disable firewall nftables

disables nftables for woodpecker, just like for forgejo-ci
This commit is contained in:
Kiara Grouwstra 2025-08-04 12:45:08 +02:00
parent 3c3df517d4
commit 3eebbda085
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -257,6 +257,10 @@
};
};
networking = {
nftables.enable = lib.mkForce false;
};
networking.firewall.allowedTCPPorts = [
22
80