fix voice test for home-assistant

This commit is contained in:
ibizaman 2025-06-24 16:34:31 +02:00 committed by Pierre Penninckx
parent 5a1e9809bc
commit 574a566b97
2 changed files with 5 additions and 2 deletions

View file

@ -306,7 +306,10 @@ in
services.wyoming.piper.servers = cfg.voice.text-to-speech;
services.wyoming.faster-whisper.servers = cfg.voice.speech-to-text;
services.wyoming.openwakeword = cfg.voice.wakeword;
services.wyoming.openwakeword = cfg.voice.wakeword // {
# TODO: remove this when https://github.com/NixOS/nixpkgs/issues/392602 is merged.
package = pkgs.wyoming-openwakeword.override { python3Packages = pkgs.python312Packages; };
};
services.nginx.virtualHosts."${fqdn}" = {
http2 = true;

View file

@ -229,7 +229,7 @@ in
# };
voice = pkgs.testers.runNixOSTest {
name = "homeassistant_ldap";
name = "homeassistant_voice";
nodes.server = {
imports = [