diff --git a/services/home-assistant.nix b/services/home-assistant.nix index c08780c..eac4cf8 100644 --- a/services/home-assistant.nix +++ b/services/home-assistant.nix @@ -86,7 +86,7 @@ in { config = { }; http = { use_x_forwarded_for = true; - trusted_proxies = [ "127.0.0.1" ]; + trusted_proxies = [ "127.0.0.1" "::1" ]; }; "automation editor" = "!include automations.yaml"; automation = { };