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"
"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 = {