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