diff --git a/hosts/pluto/configuration.nix b/hosts/pluto/configuration.nix index 3b96281..4beb686 100644 --- a/hosts/pluto/configuration.nix +++ b/hosts/pluto/configuration.nix @@ -124,8 +124,8 @@ services.openssh.enable = true; # Open ports in the firewall. - # networking.firewall.allowedTCPPorts = [ ... ]; - # networking.firewall.allowedUDPPorts = [ ... ]; + networking.firewall.allowedTCPPorts = [80 443]; + networking.firewall.allowedUDPPorts = [80 443]; # Or disable the firewall altogether. # networking.firewall.enable = false;