diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index 486ee04..043895e 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -40,6 +40,13 @@ port = 9000; pubPort = 9999; }; + nextcloud = { + enable = true; + db = true; + subdomain = "cloud"; + ip = "10.88.0.126"; + port = 80; + }; collabora = { enable = true; db = false;