Fix wrong value in timer
This commit is contained in:
parent
37e54e8add
commit
f7f390620f
10
backup.nix
10
backup.nix
@ -60,12 +60,10 @@ in
|
||||
};
|
||||
systemd.timers."backup-helper@" = {
|
||||
enable = false;
|
||||
environment = {
|
||||
timerConfig = {
|
||||
OnCalendar = cfg.schedule;
|
||||
Persistent = true;
|
||||
RandomizedDelaySec = cfg.randomized-delay;
|
||||
};
|
||||
timerConfig = {
|
||||
OnCalendar = cfg.schedule;
|
||||
Persistent = true;
|
||||
RandomizedDelaySec = cfg.randomized-delay;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user