diff --git a/modules/services/frigate/default.nix b/modules/services/frigate/default.nix index 8ef1cff..8506429 100644 --- a/modules/services/frigate/default.nix +++ b/modules/services/frigate/default.nix @@ -155,6 +155,18 @@ in days = 7; mode = "all"; }; + alerts = { + retain = { + days = 60; + mode = "motion"; + }; + }; + detections = { + retain = { + days = 60; + mode = "motion"; + }; + }; }; cameras = {