events -> detections

This commit is contained in:
niten 2025-03-25 12:07:18 -07:00
parent 9cad0e9d8c
commit db908eba98

View File

@ -102,7 +102,7 @@ in {
default = 1; default = 1;
}; };
events = mkOption { detections = mkOption {
type = int; type = int;
description = "Retention time for all detected objects, in days."; description = "Retention time for all detected objects, in days.";
default = 7; default = 7;