diff --git a/nixos/dustbowl.nix b/nixos/dustbowl.nix index d3fc447..bf30607 100644 --- a/nixos/dustbowl.nix +++ b/nixos/dustbowl.nix @@ -235,8 +235,9 @@ nixpkgs.overlays = [ emacs-overlay.overlay ]; # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [ 8080 6600 ]; - networking.firewall.allowedUDPPorts = [ 8080 ]; + networking.firewall.enable = false; + # networking.firewall.allowedTCPPorts = [ 8080 6600 ]; + # networking.firewall.allowedUDPPorts = [ 8080 ]; # Enable CUPS to print documents. services.printing.enable = true;