Skip to content

Commit 5c36dec

Browse files
ibizamanibizaman
ibizaman
authored andcommitted
fix internal url for voice assistant
1 parent af123bc commit 5c36dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/services/home-assistant.nix

+1
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ in
230230
logger.default = "info";
231231
homeassistant = configWithSecretsIncludes // {
232232
external_url = "https://${cfg.subdomain}.${cfg.domain}";
233+
internal_url = "https://${cfg.subdomain}.${cfg.domain}";
233234
auth_providers =
234235
(lib.optionals (!cfg.ldap.enable || cfg.ldap.keepDefaultAuth) [
235236
{

0 commit comments

Comments
 (0)