Renable home manager

This commit is contained in:
k 2026-05-10 15:48:00 -04:00
parent e6bef7bf70
commit 87dadbdcfc

View file

@ -187,8 +187,8 @@ grafana = {
}; };
home-assistant = { home-assistant = {
enable = false; enable = true;
extraComponents = ["wiz" "fail2ban" "ollama" "wyoming" "androidtv" "androidtv_remote"]; extraComponents = ["wiz" "fail2ban" "ollama" "wyoming" "bluetooth" "ios" "homekit" "jellyfin" "apple_tv" "androidtv" "androidtv_remote"];
config = { config = {
default_config = {}; default_config = {};
"automation ui" = "!include automations.yaml"; "automation ui" = "!include automations.yaml";
@ -202,12 +202,12 @@ grafana = {
wyoming = { wyoming = {
piper.servers."piperNix" = { piper.servers."piperNix" = {
enable = false; enable = true;
uri = "tcp://0.0.0.0:10200"; uri = "tcp://0.0.0.0:10200";
voice = "en-us-ryan-low"; voice = "en-us-ryan-low";
}; };
faster-whisper.servers."whisperNix" = { faster-whisper.servers."whisperNix" = {
enable = false; enable = true;
uri = "tcp://0.0.0.0:10300"; uri = "tcp://0.0.0.0:10300";
language = "en"; language = "en";
}; };
@ -283,21 +283,13 @@ extraConfig = ''
}; };
}; };
"hom.dhilton.xyz" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
proxyPass = "http://127.0.0.1:5002"; proxyPass = "http://127.0.0.1:8002";
proxyWebsockets = true; proxyWebsockets = true;
}; };
extraConfig = ''
client_max_body_size 4G;
proxy_request_buffering off;
proxy_buffering off;
proxy_connect_timeout 600s;
proxy_send_timeout 600s;
proxy_read_timeout 600s;
send_timeout 600s;
'';
}; };
"srx.dhilton.xyz" = { "srx.dhilton.xyz" = {