From b58da2b2e1091a573c63f3c2f54b8d87ab4147a5 Mon Sep 17 00:00:00 2001 From: soraefir Date: Sat, 9 May 2026 12:12:42 +0200 Subject: [PATCH] port fix --- systems/sandbox/cfg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index c90216c..84822c0 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -57,7 +57,7 @@ enable = true; db = true; subdomain = "pad"; - port = 80; + port = 8080; }; }; };