modify restic backup timer
This commit is contained in:
parent
ab5b75a3cf
commit
dc883d2d9a
|
@ -14,6 +14,11 @@ in {
|
|||
sops.secrets = {};
|
||||
services.restic.backups = {
|
||||
daily = {
|
||||
timer = {
|
||||
OnCalendar = "*-*-* 23:00:00";
|
||||
Persistent = true;
|
||||
RandomizedDelaySec = "30m";
|
||||
};
|
||||
initialize = true;
|
||||
passwordFile = passwordFile;
|
||||
paths = [
|
||||
|
|
Loading…
Reference in New Issue