diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 4258322..3dd3de9 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -415,13 +415,13 @@ in roles = [ "audio" "record" - "detect" + #"detect" ]; } - #{ - # path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=2"; - # roles = [ "detect" ]; - #} + { + path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=1"; + roles = [ "detect" ]; + } ]; }; };