diff options
Diffstat (limited to '')
-rw-r--r-- | system/services/backup/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/services/backup/default.nix b/system/services/backup/default.nix index 8e80397d..171f1043 100644 --- a/system/services/backup/default.nix +++ b/system/services/backup/default.nix @@ -55,10 +55,11 @@ in { timers.backup = { wantedBy = ["timers.target"]; unitConfig = { - Description = "Backup 15min after boot"; + Description = "Backup 15min after boot and every 8 hours"; }; timerConfig = { OnBootSec = "15min"; + OnUnitActiveSec = "8h"; }; }; }; |