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 13f0788b81
commit a49f630e40
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

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