From 07e7e5366385fc18f927e404db0e0c2924fd50be Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 16 Dec 2024 10:29:40 +0000 Subject: [PATCH] feat(homeassistant.nix): add go2rtc service and new integrations --- hosts/architect/homeassistant.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/architect/homeassistant.nix b/hosts/architect/homeassistant.nix index 0c70049..2272c27 100644 --- a/hosts/architect/homeassistant.nix +++ b/hosts/architect/homeassistant.nix @@ -9,6 +9,11 @@ let whisperPort = 10300; in { + services.go2rtc = { + enable = true; + settings.api.listen = "127.0.0.1:1984"; + }; + services.wyoming = { faster-whisper = { servers."home" = { @@ -1105,6 +1110,8 @@ in "mqtt_statestream" "github" "webostv" + "reolink" + "onvif" ]; extraPackages = python3Packages: with python3Packages; [ pkgs.openai-whisper