From f0907d9cee97c4c581808d7cbf4e5e6438be80bd Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 4 Mar 2025 15:20:08 -0500 Subject: [PATCH] hold on until frigate gets updated to 0.15.0 in nixpkgs --- modules/users/overseer/services/frigate.nix | 32 +++++++++------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/modules/users/overseer/services/frigate.nix b/modules/users/overseer/services/frigate.nix index ac77e95..834e7d3 100644 --- a/modules/users/overseer/services/frigate.nix +++ b/modules/users/overseer/services/frigate.nix @@ -3,28 +3,24 @@ config, ... }: { - services.go2rtc = { - enable = true; - settings = { - streams = { - wce-0001 = [ - "ffmpeg:#input=-timeout 30000000 -i rtsp://thingino:thingino@192.168.0.173:554/ch0" - "ffmpeg:wce-0001#audio=opus" - ]; - wce-0001_sub = "ffmpeg:#input=-timeout 30000000 -i rtsp://thingino:thingino@192.168.0.173:554/ch1"; - wce-0002 = [ - "ffmpeg:#input=-timeout 30000000 -i rtsp://thingino:thingino@192.168.0.26:554/ch0" - "ffmpeg:wce-0002#audio=opus" - ]; - wce-0002_sub = "ffmpeg:#input=-timeout 30000000 -i rtsp://thingino:thingino@192.168.0.26:554/ch1"; - }; - }; - }; - services.frigate = { enable = true; hostname = "frigate.wanderingcrow.net"; settings = { + go2rtc = { + streams = { + wce-0001 = [ + "ffmpeg:#input=-timeout 30000000 -i rtsp://thingino:thingino@192.168.0.173:554/ch0" + "ffmpeg:wce-0001#audio=opus" + ]; + wce-0001_sub = "ffmpeg:#input=-timeout 30000000 -i rtsp://thingino:thingino@192.168.0.173:554/ch1"; + wce-0002 = [ + "ffmpeg:#input=-timeout 30000000 -i rtsp://thingino:thingino@192.168.0.26:554/ch0" + "ffmpeg:wce-0002#audio=opus" + ]; + wce-0002_sub = "ffmpeg:#input=-timeout 30000000 -i rtsp://thingino:thingino@192.168.0.26:554/ch1"; + }; + }; cameras = { wce-0001 = { ffmpeg = {