diff options
Diffstat (limited to 'hosts/apocalypse/firewall.nix')
| -rw-r--r-- | hosts/apocalypse/firewall.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/apocalypse/firewall.nix b/hosts/apocalypse/firewall.nix index 05feacf..f6220c5 100644 --- a/hosts/apocalypse/firewall.nix +++ b/hosts/apocalypse/firewall.nix @@ -42,9 +42,10 @@ let ]; in { + environment.etc.hosts.mode = "0700"; networking.nftables.enable = true; networking.firewall = { - enable = true; + enable = false; checkReversePath = false; allowedTCPPorts = baseTCP; allowedUDPPorts = baseUDP; |
