document nftables

This commit is contained in:
Kiara Grouwstra 2025-08-04 16:54:14 +02:00
parent cb1f78cd2a
commit c887f0ba92
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -202,7 +202,6 @@
}; };
networking = { networking = {
nftables.enable = lib.mkForce false;
firewall = { firewall = {
allowedTCPPorts = [ allowedTCPPorts = [
22 22
@ -215,6 +214,8 @@
allowedTCPPorts = [ 53 ]; allowedTCPPorts = [ 53 ];
}; };
}; };
# helps make sure DNS resolves from the containers
nftables.enable = lib.mkForce false;
}; };
virtualisation.podman = { virtualisation.podman = {