From 60039df698cb007121a113dbd918b7d465d08560 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Mon, 25 Aug 2025 09:12:39 +0200 Subject: [PATCH] homeassistant: fix wyoming build with latest nixpkgs --- modules/services/home-assistant.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/services/home-assistant.nix b/modules/services/home-assistant.nix index 1380929..c2aafdc 100644 --- a/modules/services/home-assistant.nix +++ b/modules/services/home-assistant.nix @@ -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;