diff --git a/hosts/architect/homeassistant.nix b/hosts/architect/homeassistant.nix index 8caff0a..620996c 100644 --- a/hosts/architect/homeassistant.nix +++ b/hosts/architect/homeassistant.nix @@ -1113,12 +1113,12 @@ in "reolink" "onvif" ]; - extraPackages = python3Packages: with python3Packages; [ - pkgs.openai-whisper - openai-whisper - pkgs.piper-tts - pkgs.wyoming-piper - ]; + # extraPackages = python3Packages: with python3Packages; [ + # pkgs.openai-whisper + # openai-whisper + # pkgs.piper-tts + # pkgs.wyoming-piper + # ]; }; services.mosquitto = {