diff --git a/hosts/dnsc-server/default.nix b/hosts/dnsc-server/default.nix index e2a8771..5211755 100644 --- a/hosts/dnsc-server/default.nix +++ b/hosts/dnsc-server/default.nix @@ -62,9 +62,11 @@ networking.firewall = { enable = true; allowedTCPPorts = [ + 22 443 ]; allowedUDPPorts = [ + 22 443 ]; };