diff --git a/services/home-assistant.nix b/services/home-assistant.nix index 7b3bdff..c08780c 100644 --- a/services/home-assistant.nix +++ b/services/home-assistant.nix @@ -84,6 +84,10 @@ in { }; default_config = { }; config = { }; + http = { + use_x_forwarded_for = true; + trusted_proxies = [ "127.0.0.1" ]; + }; "automation editor" = "!include automations.yaml"; automation = { }; frontend = { };