diff --git a/hosts/server/service.nix b/hosts/server/service.nix index 8419039..59169f1 100644 --- a/hosts/server/service.nix +++ b/hosts/server/service.nix @@ -40,10 +40,9 @@ services.home-assistant = { enable = true; - extraComponents = ["wiz" "fail2ban" "whisper" "piper" "wyoming" "ollama"]; + extraComponents = ["wiz" "fail2ban" "whisper" "piper" "wyoming"]; config = { default_config={}; - "automation ui" = "!include automations.yaml"; http = { use_x_forwarded_for="true"; trusted_proxies=["127.0.0.1"]; @@ -52,7 +51,6 @@ }; }; - services.ntfy-sh = { enable = true; 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" = { addSSL = true; enableACME = true;