diff options
| -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 = { |