Renable home manager
This commit is contained in:
parent
e6bef7bf70
commit
87dadbdcfc
1 changed files with 6 additions and 14 deletions
|
|
@ -187,8 +187,8 @@ grafana = {
|
|||
};
|
||||
|
||||
home-assistant = {
|
||||
enable = false;
|
||||
extraComponents = ["wiz" "fail2ban" "ollama" "wyoming" "androidtv" "androidtv_remote"];
|
||||
enable = true;
|
||||
extraComponents = ["wiz" "fail2ban" "ollama" "wyoming" "bluetooth" "ios" "homekit" "jellyfin" "apple_tv" "androidtv" "androidtv_remote"];
|
||||
config = {
|
||||
default_config = {};
|
||||
"automation ui" = "!include automations.yaml";
|
||||
|
|
@ -202,12 +202,12 @@ grafana = {
|
|||
|
||||
wyoming = {
|
||||
piper.servers."piperNix" = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
uri = "tcp://0.0.0.0:10200";
|
||||
voice = "en-us-ryan-low";
|
||||
};
|
||||
faster-whisper.servers."whisperNix" = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
uri = "tcp://0.0.0.0:10300";
|
||||
language = "en";
|
||||
};
|
||||
|
|
@ -283,21 +283,13 @@ extraConfig = ''
|
|||
};
|
||||
};
|
||||
|
||||
"hom.dhilton.xyz" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:5002";
|
||||
proxyPass = "http://127.0.0.1:8002";
|
||||
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" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue