restic/system: Start earlier

This avoids the backup failing due to clients being suspended during the
backup.
This commit is contained in:
Simon Bruder 2022-01-22 10:32:51 +01:00
parent 0de6be12f4
commit 6499b7b196
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -47,7 +47,7 @@ in
timerConfig = lib.mkOption { timerConfig = lib.mkOption {
type = with lib.types; attrsOf str; type = with lib.types; attrsOf str;
default = { default = {
OnCalendar = "20:00"; OnCalendar = "18:00";
RandomizedDelaySec = "2h"; RandomizedDelaySec = "2h";
}; };
}; };