disable firewall nftables

This commit is contained in:
Kiara Grouwstra 2025-08-04 12:45:08 +02:00
parent 6d97643c54
commit 67c0ce010d
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -28,8 +28,8 @@ in
## Procolix-made ruleset.
firewall.enable = false;
nftables = {
enable = true;
rulesetFile = ./nftables-ruleset.nft;
enable = false;
# rulesetFile = ./nftables-ruleset.nft;
};
}