From 5c36deccaee2746be0c0ce27bb410c1fc89da964 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Thu, 9 Jan 2025 21:42:51 +0100 Subject: [PATCH] fix internal url for voice assistant --- modules/services/home-assistant.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/home-assistant.nix b/modules/services/home-assistant.nix index 834a158..21a6921 100644 --- a/modules/services/home-assistant.nix +++ b/modules/services/home-assistant.nix @@ -230,6 +230,7 @@ in logger.default = "info"; homeassistant = configWithSecretsIncludes // { external_url = "https://${cfg.subdomain}.${cfg.domain}"; + internal_url = "https://${cfg.subdomain}.${cfg.domain}"; auth_providers = (lib.optionals (!cfg.ldap.enable || cfg.ldap.keepDefaultAuth) [ {