From ab7c0c3f071c6a552eec6ec1d9e656c7ae1c8215 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 27 Dec 2024 22:31:41 +0000 Subject: [PATCH] refactor(homeassistant.nix): comment out unused `extraPackages` --- hosts/architect/homeassistant.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 = {