diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-10-23 16:37:55 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-10-23 16:37:55 +0200 |
| commit | 466adabc7229bda8119fa27820ceea659979b3f5 (patch) | |
| tree | f34bda16420687b4dc6ccf6bb86ba062c5849af4 /hosts/apocalypse/firewall.nix | |
| parent | eeb53599fb7f7a6ae9543f37538d6eef69b5d81c (diff) | |
Firewall?
Diffstat (limited to '')
| -rw-r--r-- | hosts/apocalypse/firewall.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/apocalypse/firewall.nix b/hosts/apocalypse/firewall.nix index 93a9d54..c63e556 100644 --- a/hosts/apocalypse/firewall.nix +++ b/hosts/apocalypse/firewall.nix @@ -34,7 +34,7 @@ let in { networking.firewall = { - enable = true; + enable = false; allowedTCPPorts = baseTCP; allowedUDPPorts = baseUDP; allowedUDPPortRanges = baseUDPRanges; |
