From 45d051924bd4f270fe095a7294ccaf3c68156ed5 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 27 Nov 2025 15:21:39 +0100 Subject: [PATCH] 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". --- systems/x86_64-linux/sgx/wyoming.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/systems/x86_64-linux/sgx/wyoming.nix b/systems/x86_64-linux/sgx/wyoming.nix index b6cfc54..c50358e 100644 --- a/systems/x86_64-linux/sgx/wyoming.nix +++ b/systems/x86_64-linux/sgx/wyoming.nix @@ -14,6 +14,12 @@ voice = "de_DE-thorsten-medium"; # popular German voice 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 = [