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 ]; }; }