summaryrefslogtreecommitdiff
path: root/hosts/apocalypse/firewall.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-11-08 19:21:05 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-11-08 19:29:27 +0100
commit0c9b217d36da3e29f23ece44b034fa98322daf28 (patch)
tree0ffeef2c9bb55439cba436bd08e1dfa620bd9c97 /hosts/apocalypse/firewall.nix
parent72a532244594a370f597babf700fb013123d8c17 (diff)
Remote build support fully modularized
Diffstat (limited to 'hosts/apocalypse/firewall.nix')
-rw-r--r--hosts/apocalypse/firewall.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/apocalypse/firewall.nix b/hosts/apocalypse/firewall.nix
index 26097af..8cf3e61 100644
--- a/hosts/apocalypse/firewall.nix
+++ b/hosts/apocalypse/firewall.nix
@@ -33,9 +33,9 @@ let
];
in
{
- networking.nftables.enable = false;
+ networking.nftables.enable = true;
networking.firewall = {
- enable = false;
+ enable = true;
checkReversePath = false;
allowedTCPPorts = baseTCP;
allowedUDPPorts = baseUDP;