forked from Fediversity/Fediversity
disable firewall nftables
disables nftables for woodpecker, just like for forgejo-ci
This commit is contained in:
parent
3c3df517d4
commit
3eebbda085
1 changed files with 4 additions and 0 deletions
|
@ -257,6 +257,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
networking = {
|
||||
nftables.enable = lib.mkForce false;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
22
|
||||
80
|
||||
|
|
Loading…
Add table
Reference in a new issue