homeassistant: fix wyoming build with latest nixpkgs
This commit is contained in:
parent
8221d4fe9a
commit
60039df698
1 changed files with 1 additions and 4 deletions
|
|
@ -306,10 +306,7 @@ 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 // {
|
||||
# TODO: remove this when https://github.com/NixOS/nixpkgs/issues/392602 is merged.
|
||||
package = pkgs.wyoming-openwakeword.override { python3Packages = pkgs.python312Packages; };
|
||||
};
|
||||
services.wyoming.openwakeword = cfg.voice.wakeword;
|
||||
|
||||
services.nginx.virtualHosts."${fqdn}" = {
|
||||
http2 = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue