Skip to content

Commit

Permalink
fix internal url for voice assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
ibizaman authored and ibizaman committed Jan 16, 2025
1 parent af123bc commit 5c36dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/services/home-assistant.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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) [
{
Expand Down

0 comments on commit 5c36dec

Please sign in to comment.