dustbowl: disable firewall
This commit is contained in:
parent
c17feb4e88
commit
bb18c7d141
1 changed files with 3 additions and 2 deletions
|
|
@ -235,8 +235,9 @@
|
||||||
nixpkgs.overlays = [ emacs-overlay.overlay ];
|
nixpkgs.overlays = [ emacs-overlay.overlay ];
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
networking.firewall.allowedTCPPorts = [ 8080 6600 ];
|
networking.firewall.enable = false;
|
||||||
networking.firewall.allowedUDPPorts = [ 8080 ];
|
# networking.firewall.allowedTCPPorts = [ 8080 6600 ];
|
||||||
|
# networking.firewall.allowedUDPPorts = [ 8080 ];
|
||||||
|
|
||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue