diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index d523cf1..4e6e464 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -398,10 +398,25 @@ in { path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=0"; roles = [ - "detect" + "audio" "record" ]; } + { + path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=1"; + roles = [ "detect" ]; + } + { + path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=0"; + roles = [ + "audio" + "detect" + ]; + } + { + path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=1"; + roles = [ "detect" ]; + } ]; }; }; @@ -415,10 +430,7 @@ in inputs = [ { path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0"; - roles = [ - "detect" - "record" - ]; + roles = [ "record" ]; } ]; };