feat(homeassistant.nix): add go2rtc service and new integrations

This commit is contained in:
Giulio De Pasquale 2024-12-16 10:29:40 +00:00
parent 2758be3937
commit 07e7e53663

View File

@ -9,6 +9,11 @@ let
whisperPort = 10300; whisperPort = 10300;
in in
{ {
services.go2rtc = {
enable = true;
settings.api.listen = "127.0.0.1:1984";
};
services.wyoming = { services.wyoming = {
faster-whisper = { faster-whisper = {
servers."home" = { servers."home" = {
@ -1105,6 +1110,8 @@ in
"mqtt_statestream" "mqtt_statestream"
"github" "github"
"webostv" "webostv"
"reolink"
"onvif"
]; ];
extraPackages = python3Packages: with python3Packages; [ extraPackages = python3Packages: with python3Packages; [
pkgs.openai-whisper pkgs.openai-whisper