From ee1dec3d4425cbc56b4cea210565c26008897b9f Mon Sep 17 00:00:00 2001 From: soraefir Date: Mon, 11 May 2026 18:50:36 +0200 Subject: [PATCH] rm port --- systems/sandbox/cfg.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index 84822c0..054e586 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -39,25 +39,21 @@ db = true; subdomain = "sso"; port = 9000; - pubPort = 9999; }; nextcloud = { enable = true; db = true; subdomain = "cloud"; - port = 80; }; collabora = { enable = true; sops = true; subdomain = "office"; - port = 9980; }; etherpad = { enable = true; db = true; subdomain = "pad"; - port = 8080; }; }; };