refactor(homeassistant.nix): comment out unused extraPackages

This commit is contained in:
Giulio De Pasquale 2024-12-27 22:31:41 +00:00
parent cb75e914cc
commit ab7c0c3f07

View File

@ -1113,12 +1113,12 @@ in
"reolink" "reolink"
"onvif" "onvif"
]; ];
extraPackages = python3Packages: with python3Packages; [ # extraPackages = python3Packages: with python3Packages; [
pkgs.openai-whisper # pkgs.openai-whisper
openai-whisper # openai-whisper
pkgs.piper-tts # pkgs.piper-tts
pkgs.wyoming-piper # pkgs.wyoming-piper
]; # ];
}; };
services.mosquitto = { services.mosquitto = {