diff options
Diffstat (limited to 'nixos/hosts')
| -rw-r--r-- | nixos/hosts/apocalypse/firewall.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/apocalypse/firewall.nix b/nixos/hosts/apocalypse/firewall.nix index b2c17af..5c73966 100644 --- a/nixos/hosts/apocalypse/firewall.nix +++ b/nixos/hosts/apocalypse/firewall.nix @@ -32,7 +32,7 @@ let in { networking.firewall = { - enable = true; + enable = false; allowedTCPPorts = baseTCP; allowedUDPPorts = baseUDP; allowedUDPPortRanges = baseUDPRanges; |
