From db908eba98a2cd32d2219bb749e1d9a8104fc68f Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 25 Mar 2025 12:07:18 -0700 Subject: [PATCH] events -> detections --- frigate-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate-container.nix b/frigate-container.nix index 44f3564..f01f879 100644 --- a/frigate-container.nix +++ b/frigate-container.nix @@ -102,7 +102,7 @@ in { default = 1; }; - events = mkOption { + detections = mkOption { type = int; description = "Retention time for all detected objects, in days."; default = 7;