drafted out paperless config

This commit is contained in:
Leyla Becker 2025-07-14 11:43:45 -05:00
parent 1e5eed80c1
commit 3a875e0c1f
5 changed files with 103 additions and 2 deletions

View file

@ -102,8 +102,8 @@ in {
login_attempts_threshold = 10;
};
homeassistant = {
external_url = "https://home.jan-leila.com";
internal_url = "http://192.168.1.2:8123";
external_url = "https://${config.services.home-assistant.subdomain}.${config.host.reverse_proxy.hostname}";
# internal_url = "http://192.168.1.2:8123";
};
recorder.db_url = "postgresql://@/${dbUser}";
"automation manual" = [];