From eb6136a0e0c3e775062e0468ae2e92a3799b62c7 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 27 Nov 2025 15:22:42 +0100 Subject: [PATCH] chore(nix): simplify OpenWakeWord server config - Removed nesting for `openwakeword` in `wyoming.nix` configuration. - Preserved service functionality with TCP port `10400` and preloaded models. --- systems/x86_64-linux/sgx/wyoming.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/sgx/wyoming.nix b/systems/x86_64-linux/sgx/wyoming.nix index c50358e..e379238 100644 --- a/systems/x86_64-linux/sgx/wyoming.nix +++ b/systems/x86_64-linux/sgx/wyoming.nix @@ -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.