diff --git a/features/server/backups.nix b/features/server/backups.nix index d6e0ba0..bc4bff7 100644 --- a/features/server/backups.nix +++ b/features/server/backups.nix @@ -77,12 +77,12 @@ systemd.timers."borgmatic" = { enable = true; - Unit = "borgmatic.service"; wantedBy = [ "timers.target" ]; timerConfig = { OnCalendar = "*-*-* 03:00:00"; Persistent = true; WakeSystem = true; + Unit = "borgmatic.service"; }; }; }