1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(restic): more sensible times

This commit is contained in:
2022-01-19 22:01:26 +01:00
parent c9248ae9b9
commit 6d681e9f43
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ in
services.restic.backups.moodle-dl = {
initialize = true;
inherit (restic) repository;
timerConfig = { OnCalendar = "daily"; RandomizedDelaySec = "5h"; };
timerConfig = { OnCalendar = "daily"; RandomizedDelaySec = "1h"; };
passwordFile = toString <secrets/restic/password>;
paths = [
"/var/lib/moodle-dl"