dustbowl: disable firewall

This commit is contained in:
joachimschmidt557 2022-08-07 20:38:49 +02:00
parent c17feb4e88
commit bb18c7d141
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -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;