diff --git a/hosts/server/hardware-configuration.nix b/hosts/server/hardware-configuration.nix index c9d425d..8f94eb7 100644 --- a/hosts/server/hardware-configuration.nix +++ b/hosts/server/hardware-configuration.nix @@ -79,7 +79,7 @@ firewall = { enable = true; allowedUDPPorts = [ ]; - allowedTCPPorts = [ ]; + allowedTCPPorts = [ 80 443 ]; }; };