From d5c86b93e97f71275d493085fd7475975d5ce4ae Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 25 Mar 2025 12:12:12 -0700 Subject: [PATCH] Remove unused config --- frigate-container.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/frigate-container.nix b/frigate-container.nix index f01f879..252201a 100644 --- a/frigate-container.nix +++ b/frigate-container.nix @@ -50,12 +50,10 @@ let mode = "active_objects"; }; detections.retain = { - default = cfg.retention.events; mode = "active_objects"; days = cfg.retention.detections; }; alerts.retain = { - default = cfg.retention.events; mode = "motion"; days = cfg.retention.alerts; };