commit 3cbccd7a2fec39f731601dae30b92d0482d52548 (tree) parent 923d8d9ee94de41bdc59a466c5cf722131b23a74 Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Fri, 14 Feb 2025 21:48:46 +0200 fix creds Diffstat:
| M | modules/services/frigate/default.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/services/frigate/default.nix b/modules/services/frigate/default.nix @@ -134,7 +134,7 @@ in } { #path = "rtsp://localhost:8554/vno4-dome-ptz-med"; - path = "ffmpeg:rtsp://frigate:\${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=1"; + path = "ffmpeg:rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=1"; roles = [ "detect" ]; } ];