homeassistant: fix wyoming build with latest nixpkgs

This commit is contained in:
ibizaman 2025-08-25 09:12:39 +02:00 committed by Pierre Penninckx
parent 8221d4fe9a
commit 60039df698

View file

@ -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;