diff --git a/nixos/systems/tewi/home-assistant.nix b/nixos/systems/tewi/home-assistant.nix index 960661a3..35365617 100644 --- a/nixos/systems/tewi/home-assistant.nix +++ b/nixos/systems/tewi/home-assistant.nix @@ -56,14 +56,14 @@ http = { cors_allowed_origins = [ "https://google.com" - "https://www.home-assistant.io" + "https://www.home-assistant.io" ]; use_x_forwarded_for = "true"; trusted_proxies = [ "127.0.0.0/24" - "200::/7" - "100.64.0.0/10" - "fd7a:115c:a1e0:ab12::/64" + "200::/7" + "100.64.0.0/10" + "fd7a:115c:a1e0:ab12::/64" ]; }; recorder = { @@ -141,6 +141,7 @@ psycopg2 aiohomekit securetar + getmac # for upnp integration (aiogithubapi.overrideAttrs (_: { doInstallCheck = false; })) ]; extraComponents = [