Compare commits
2 Commits
334931677b
...
bb8c3b725b
| Author | SHA1 | Date | |
|---|---|---|---|
| bb8c3b725b | |||
| 828989c8ba |
@ -40,9 +40,10 @@
|
|||||||
|
|
||||||
services.home-assistant = {
|
services.home-assistant = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraComponents = ["wiz" "fail2ban" "whisper" "piper" "wyoming"];
|
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 = {
|
||||||
@ -158,6 +160,15 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user