enable firewall

This commit is contained in:
Kiara Grouwstra 2025-08-04 16:43:33 +02:00
parent ea792d4395
commit 2b75d9adb5
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -204,6 +204,7 @@
networking = {
nftables.enable = lib.mkForce false;
firewall = {
enable = lib.mkForce true;
allowedTCPPorts = [
22
80