From 6100d8dc690cfe91860d2554bd94578cf6ead717 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Fri, 21 Nov 2025 16:43:39 +0000 Subject: [PATCH] Fix override. --- hosts/alo-cloud-1/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/alo-cloud-1/default.nix b/hosts/alo-cloud-1/default.nix index c63e340..7742ea0 100644 --- a/hosts/alo-cloud-1/default.nix +++ b/hosts/alo-cloud-1/default.nix @@ -27,7 +27,7 @@ # Security hardening: Enable firewall (override global setting) networking.firewall = { - enable = true; + enable = lib.mkForce true; allowedTCPPorts = [ 80 443 ]; # Public web traffic only allowedUDPPorts = [ 41641 ]; # Tailscale trustedInterfaces = [ "tailscale0" ]; # Full access via VPN