[NixOS] Random tweaks

This commit is contained in:
2025-11-21 11:42:37 -08:00
parent d98e7ae597
commit 493bd42966
3 changed files with 4 additions and 3 deletions

View File

@@ -21,7 +21,8 @@ makeEnable config "myModules.wyoming" false {
};
openwakeword = {
enable = true;
preloadModels = ["alexa" "ok_nabu" "hey_rhasspy"];
# wyoming-openwakeword >=2.0 eagerly loads bundled models, so the
# previous preloadModels setting is no longer available.
uri = "tcp://0.0.0.0:10400";
};