disable firewall nftables
Some checks failed
ci/woodpecker/manual/check-dns-nixos Pipeline failed
ci/woodpecker/manual/check-dns-ubuntu Pipeline failed

This commit is contained in:
Kiara Grouwstra 2025-08-04 12:45:08 +02:00
parent db9783adac
commit e6c35dc29a
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;
};
}