From b084f6ea5f1e8af0399542e248f34d9c219d712e Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 10 Jun 2025 08:30:24 +0200 Subject: [PATCH] Expose port 62 --- shared/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/system.nix b/shared/system.nix index da5ae16..effaf1a 100644 --- a/shared/system.nix +++ b/shared/system.nix @@ -23,6 +23,6 @@ networking.firewall = { enable = true; - allowedTCPPorts = [ 80 443 ]; + allowedTCPPorts = [ 62 80 443 ]; }; }