config

NixOS config
Log | Files | Refs | README | LICENSE

commit 6e49e1672b207f3f3fafedbf75a2d28c03aae0c2 (tree)
parent bdfde93db9df38fc715cc9f971827861cbb825ac
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Thu, 13 Feb 2025 07:03:22 +0000

frigate: disable audio for now

Diffstat:
Mmodules/services/frigate/default.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/services/frigate/default.nix b/modules/services/frigate/default.nix @@ -61,7 +61,7 @@ in { path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=0"; roles = [ - "audio" + #"audio" "record" ]; } @@ -82,7 +82,7 @@ in { path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0"; roles = [ - "audio" + #"audio" "record" ]; }