From 1c34a4cd9d6b9282343590026221b34960229990 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 2 Mar 2025 09:24:40 -0800 Subject: [PATCH] Changes for 0.15.0 --- frigate-container.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/frigate-container.nix b/frigate-container.nix index 5d325bb..7152339 100644 --- a/frigate-container.nix +++ b/frigate-container.nix @@ -49,9 +49,14 @@ let days = cfg.retention.default; mode = "motion"; }; - events.retain = { + detections.retain = { default = cfg.retention.events; - mode = "active_objects"; + mode = "motion"; + objects = cfg.retention.objects; + }; + alerts.retain = { + default = cfg.retention.events; + mode = "motion"; objects = cfg.retention.objects; }; };