Compare commits

..

No commits in common. "bb8c3b725b91b9e64d2ce4345bc25348132e817d" and "334931677bbf6125b6b42e274da534c9e093defb" have entirely different histories.

View File

@ -40,10 +40,9 @@
services.home-assistant = { services.home-assistant = {
enable = true; enable = true;
extraComponents = ["wiz" "fail2ban" "whisper" "piper" "wyoming" "ollama"]; extraComponents = ["wiz" "fail2ban" "whisper" "piper" "wyoming"];
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"];
@ -52,7 +51,6 @@
}; };
}; };
services.ntfy-sh = { services.ntfy-sh = {
enable = true; enable = true;
settings = { settings = {
@ -160,15 +158,6 @@
}; };
}; };
"map.dhilton.xyz" = {
addSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:8100";
proxyWebsockets = true;
};
};
"hom.dhilton.xyz" = { "hom.dhilton.xyz" = {
addSSL = true; addSSL = true;
enableACME = true; enableACME = true;