diff --git a/.vscode/settings.json b/.vscode/settings.json index e1c1073..8f895d5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -177,6 +177,7 @@ "oderwat", "ollama", "oneshot", + "openwakeword", "optimise", "optoutstudies", "overalljails", diff --git a/systems/jeeves/services/home_assistant.nix b/systems/jeeves/services/home_assistant.nix index 030e20b..e9ba1ef 100644 --- a/systems/jeeves/services/home_assistant.nix +++ b/systems/jeeves/services/home_assistant.nix @@ -94,6 +94,10 @@ in uri = "tcp://0.0.0.0:10200"; voice = "en_GB-alba-medium"; }; + openwakeword = { + enable = true; + uri = "tcp://0.0.0.0:10400"; + }; }; }; }