lib fixes, upd

This commit is contained in:
mjallen18
2025-12-01 09:53:26 -06:00
parent be9be7a4c5
commit 421c1e155b
6 changed files with 37 additions and 55 deletions

View File

@@ -22,14 +22,13 @@ in
uri = "tcp://0.0.0.0:10300";
};
# piper = {
# package = pkgs.stable.wyoming-piper;
# servers.hass-piper = {
# enable = true;
# voice = "en-us-ryan-high";
# uri = "tcp://0.0.0.0:10200";
# };
# };
piper = {
servers.hass-piper = {
enable = true;
voice = "en-us-ryan-high";
uri = "tcp://0.0.0.0:10200";
};
};
};
};
}