summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/services/restic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/services/restic/default.nix b/sys/services/restic/default.nix
index 09c70a0..1bd886a 100644
--- a/sys/services/restic/default.nix
+++ b/sys/services/restic/default.nix
@@ -31,7 +31,7 @@
       repository = "rclone: "; # There is only one repository served
       timerConfig = {
         Requires = "network-online.target";
-        OnUnitActiveSec = "30m";
+        OnActiveSec = "30m";
         OnUnitInactiveSec = "2h";
         Persistent = true;
       };