summary refs log tree commit diff stats
path: root/system/services
diff options
context:
space:
mode:
Diffstat (limited to 'system/services')
-rw-r--r--system/services/restic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services/restic/default.nix b/system/services/restic/default.nix
index b5e24c2..3af92a5 100644
--- a/system/services/restic/default.nix
+++ b/system/services/restic/default.nix
@@ -41,7 +41,7 @@
       repository = "rclone: "; # There is only one repository served
       timerConfig = {
         Requires = "network-online.target";
-        OnCalendar = "hourly";
+        OnCalendar = "daily";
         Persistent = true;
       };
     };