From ddba7d1068926ac276ce66e320cb4427fc6bb9db Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sat, 8 Nov 2025 07:08:12 -0500 Subject: [PATCH] disabling use_x_forwarded_for for brain HA --- systems/brain/services/home_assistant.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/systems/brain/services/home_assistant.nix b/systems/brain/services/home_assistant.nix index 72637fe..1d3c298 100644 --- a/systems/brain/services/home_assistant.nix +++ b/systems/brain/services/home_assistant.nix @@ -19,7 +19,6 @@ "192.168.95.35" "127.0.0.1" ]; - use_x_forwarded_for = true; }; homeassistant = { time_zone = "America/New_York";