chore(nix): simplify OpenWakeWord server config
- Removed nesting for `openwakeword` in `wyoming.nix` configuration. - Preserved service functionality with TCP port `10400` and preloaded models.
This commit is contained in:
parent
45d051924b
commit
eb6136a0e0
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
uri = "tcp://0.0.0.0:10200";
|
||||
};
|
||||
|
||||
openwakeword.servers."main" = {
|
||||
openwakeword = {
|
||||
enable = true;
|
||||
uri = "tcp://0.0.0.0:10400";
|
||||
preloadModels = [ "hey_jarvis" ]; # or "hey_jarvis", "alexa", etc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue