diff options
Diffstat (limited to 'machines/picast')
| -rw-r--r-- | machines/picast/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/machines/picast/default.nix b/machines/picast/default.nix index 8f41df8..19210cf 100644 --- a/machines/picast/default.nix +++ b/machines/picast/default.nix @@ -86,10 +86,10 @@ # List services that you want to enable: # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [ 8080 ]; - networking.firewall.allowedUDPPorts = [ 8080 ]; + # networking.firewall.allowedTCPPorts = [ 8080 ]; + # networking.firewall.allowedUDPPorts = [ 8080 ]; # Or disable the firewall altogether. - # networking.firewall.enable = false; + networking.firewall.enable = false; # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you |
