diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-04-14 10:44:17 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-04-14 10:44:17 +0200 |
| commit | 37fb1437d18061775d27d1a19b9b654f7a09200b (patch) | |
| tree | 4acc0a549a6f2effaba2463e8d4ce65ffd33f122 | |
| parent | 7f71e066fe927456a35ce0523a7785937fc39ae3 (diff) | |
2026-04-14 updates by auto-switch
| -rw-r--r-- | hosts/nixedo/default.nix | 1 | ||||
| -rw-r--r-- | hosts/workstation/default.nix | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/hosts/nixedo/default.nix b/hosts/nixedo/default.nix index b294654..5aa204c 100644 --- a/hosts/nixedo/default.nix +++ b/hosts/nixedo/default.nix @@ -92,6 +92,7 @@ virtualisation = { libvirtd.enable = true; waydroid.enable = true; + docker.enable = true; }; system.stateVersion = "24.05"; diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 2a26646..6e63dae 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -74,6 +74,11 @@ autoStart = true; openInWindow = false; }; + nextcloud-tray = { + url = "https://cloud.nathanreiner.xyz"; + autoStart = true; + openInWindow = false; + }; }; usbauth = { |