saner firewall defaults
This commit is contained in:
parent
abc1ad3ae3
commit
620b4680d7
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
|||
|
||||
# Use a firewall
|
||||
networking.firewall.enable = lib.mkDefault true;
|
||||
networking.firewall.allowedTCPPorts = [ 22 443 80 ];
|
||||
networking.firewall.allowedTCPPorts = lib.mkDefault [ 22 ];
|
||||
|
||||
programs.fish.enable = lib.mkDefault true;
|
||||
users.defaultUserShell = lib.mkOverride 900 pkgs.fish;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue