From dab32f5884895cead0fae28cb7d88d17951d0c12 Mon Sep 17 00:00:00 2001 From: Hunter David Halloran Date: Tue, 30 Dec 2025 01:30:30 +0000 Subject: [PATCH] fix: Just disable the firewall --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 5011f58..306cd08 100644 --- a/default.nix +++ b/default.nix @@ -350,7 +350,7 @@ in # Firewall configuration - open ports for USDA Vision services networking.firewall = { - enable = true; + enable = false; allowedTCPPorts = [ # Web services 80 # HTTP