restic/system: Start earlier
This avoids the backup failing due to clients being suspended during the backup.
This commit is contained in:
parent
0de6be12f4
commit
6499b7b196
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue