From 908c144c739084f57b814d501fed44bf64a75d13 Mon Sep 17 00:00:00 2001 From: soraefir Date: Fri, 8 May 2026 20:25:14 +0200 Subject: [PATCH] add cloud --- systems/sandbox/cfg.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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;