summaryrefslogtreecommitdiff
path: root/nixos/hosts/apocalypse
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-06-06 14:28:45 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-06-06 14:28:45 +0200
commit967fd303bb38286333ed94fc6c99fe305b9c9282 (patch)
tree3dd84edaa6d98b534c568d43b8902e4f97eae03c /nixos/hosts/apocalypse
parent82df71365a4d57e9a1d69500cf03f1df77a2b7d3 (diff)
Ghidra and mullvad
Diffstat (limited to 'nixos/hosts/apocalypse')
-rw-r--r--nixos/hosts/apocalypse/firewall.nix2
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;