enable firewall

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

View file

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