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