From b0efe4ae4636eb620b55946a98550daae1da58ae Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 29 May 2024 11:52:15 +0300 Subject: [PATCH] The default timer config of restic is the same as what we are setting it to so it goes to /dev/null --- modules/restic/default.nix | 5 ----- 1 file changed, 5 deletions(-) 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; - }; }); }; }