reenable firewall

This commit is contained in:
Kiara Grouwstra 2025-08-24 20:04:02 +02:00
parent e090884352
commit 94a0e930e7
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -41,10 +41,8 @@ in
settings.PermitRootLogin = "yes";
};
networking = {
firewall.enable = false;
enableIPv6 = false;
};
networking.firewall.allowedTCPPorts = [ 22 ];
networking.enableIPv6 = false;
## Test VMs don't have a bootloader by default.
# boot.loader = {