fix voice test for home-assistant
This commit is contained in:
parent
5a1e9809bc
commit
574a566b97
2 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -229,7 +229,7 @@ in
|
|||
# };
|
||||
|
||||
voice = pkgs.testers.runNixOSTest {
|
||||
name = "homeassistant_ldap";
|
||||
name = "homeassistant_voice";
|
||||
|
||||
nodes.server = {
|
||||
imports = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue