diff --git a/hosts/dnsc-server/default.nix b/hosts/dnsc-server/default.nix index 0d47a91..e2a8771 100644 --- a/hosts/dnsc-server/default.nix +++ b/hosts/dnsc-server/default.nix @@ -62,10 +62,10 @@ networking.firewall = { enable = true; allowedTCPPorts = [ - 9002 # Actual + 443 ]; allowedUDPPorts = [ - 9002 # Actual + 443 ]; };