diff --git a/modules/restic/default.nix b/modules/restic/default.nix index dccd280..8a30f98 100644 --- a/modules/restic/default.nix +++ b/modules/restic/default.nix @@ -17,11 +17,6 @@ serverSystemConfiguration { "--keep-monthly 6" "--keep-yearly 12" ]; - - timerConfig = { - OnCalendar = "daily"; - Persistent = true; - }; }); }; }