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