forked from Fediversity/Fediversity
document nftables
This commit is contained in:
parent
cb1f78cd2a
commit
c887f0ba92
1 changed files with 2 additions and 1 deletions
|
@ -202,7 +202,6 @@
|
|||
};
|
||||
|
||||
networking = {
|
||||
nftables.enable = lib.mkForce false;
|
||||
firewall = {
|
||||
allowedTCPPorts = [
|
||||
22
|
||||
|
@ -215,6 +214,8 @@
|
|||
allowedTCPPorts = [ 53 ];
|
||||
};
|
||||
};
|
||||
# helps make sure DNS resolves from the containers
|
||||
nftables.enable = lib.mkForce false;
|
||||
};
|
||||
|
||||
virtualisation.podman = {
|
||||
|
|
Loading…
Add table
Reference in a new issue