This commit is contained in:
2025-03-14 22:17:49 -04:00
parent 4feba720fc
commit 0ea628ddb7
2 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ in
isSystemUser = true; isSystemUser = true;
group = "hass"; group = "hass";
}; };
groups.hass = {}; groups.hass = { };
}; };
services = { services = {
@@ -91,12 +91,12 @@ in
}; };
piper.servers.main = { piper.servers.main = {
enable = true; enable = true;
uri = "tcp://0.0.0.0:10200"; uri = "tcp://0.0.0.0:10200";
voice = "en_GB-alba-medium"; voice = "en_GB-alba-medium";
}; };
openwakeword = { openwakeword = {
enable = true; enable = true;
uri = "tcp://0.0.0.0:10400"; uri = "tcp://0.0.0.0:10400";
}; };
}; };
}; };

View File

@@ -79,10 +79,10 @@ in
} }
]; ];
ensureDatabases = [ ensureDatabases = [
"hass" "hass"
"mxr_dev" "mxr_dev"
"mxr_prod" "mxr_prod"
"richie" "richie"
]; ];
# Thank you NotAShelf # Thank you NotAShelf
# https://github.com/NotAShelf/nyx/blob/d407b4d6e5ab7f60350af61a3d73a62a5e9ac660/modules/core/roles/server/system/services/databases/postgresql.nix#L74 # https://github.com/NotAShelf/nyx/blob/d407b4d6e5ab7f60350af61a3d73a62a5e9ac660/modules/core/roles/server/system/services/databases/postgresql.nix#L74