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) [ {