Compare commits

...

2 Commits

Author SHA1 Message Date
k
bb8c3b725b added home-assistent automations 2024-08-19 12:47:46 -04:00
k
828989c8ba added map for minecraft 2024-08-19 12:13:04 -04:00

View File

@ -40,9 +40,10 @@
services.home-assistant = {
enable = true;
extraComponents = ["wiz" "fail2ban" "whisper" "piper" "wyoming"];
extraComponents = ["wiz" "fail2ban" "whisper" "piper" "wyoming" "ollama"];
config = {
default_config={};
"automation ui" = "!include automations.yaml";
http = {
use_x_forwarded_for="true";
trusted_proxies=["127.0.0.1"];
@ -51,6 +52,7 @@
};
};
services.ntfy-sh = {
enable = true;
settings = {
@ -158,6 +160,15 @@
};
};
"map.dhilton.xyz" = {
addSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:8100";
proxyWebsockets = true;
};
};
"hom.dhilton.xyz" = {
addSSL = true;
enableACME = true;