fix timerConfig for restic backups
This commit is contained in:
parent
833f511ce1
commit
d68a83e503
|
@ -14,7 +14,7 @@ in {
|
||||||
sops.secrets = {};
|
sops.secrets = {};
|
||||||
services.restic.backups = {
|
services.restic.backups = {
|
||||||
daily = {
|
daily = {
|
||||||
timer = {
|
timerConfig = {
|
||||||
OnCalendar = "*-*-* 23:00:00";
|
OnCalendar = "*-*-* 23:00:00";
|
||||||
Persistent = true;
|
Persistent = true;
|
||||||
RandomizedDelaySec = "30m";
|
RandomizedDelaySec = "30m";
|
||||||
|
|
Loading…
Reference in New Issue