added home-assistent automations

This commit is contained in:
k 2024-08-19 12:47:46 -04:00
parent 828989c8ba
commit bb8c3b725b

View File

@ -43,6 +43,7 @@
extraComponents = ["wiz" "fail2ban" "whisper" "piper" "wyoming" "ollama"]; extraComponents = ["wiz" "fail2ban" "whisper" "piper" "wyoming" "ollama"];
config = { config = {
default_config={}; default_config={};
"automation ui" = "!include automations.yaml";
http = { http = {
use_x_forwarded_for="true"; use_x_forwarded_for="true";
trusted_proxies=["127.0.0.1"]; trusted_proxies=["127.0.0.1"];
@ -51,6 +52,7 @@
}; };
}; };
services.ntfy-sh = { services.ntfy-sh = {
enable = true; enable = true;
settings = { settings = {