chore(nix): add OpenWakeWord service to Wyoming config

- Enabled `openwakeword` service in `wyoming.nix` with TCP port `10400`.
- Preloaded model support added for voice commands like "hey_jarvis".
This commit is contained in:
Harald Hoyer 2025-11-27 15:21:39 +01:00
parent 4c641910fd
commit 45d051924b

View file

@ -14,6 +14,12 @@
voice = "de_DE-thorsten-medium"; # popular German voice voice = "de_DE-thorsten-medium"; # popular German voice
uri = "tcp://0.0.0.0:10200"; uri = "tcp://0.0.0.0:10200";
}; };
openwakeword.servers."main" = {
enable = true;
uri = "tcp://0.0.0.0:10400";
preloadModels = [ "hey_jarvis" ]; # or "hey_jarvis", "alexa", etc.
};
}; };
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [