fix
This commit is contained in:
parent
d448ebcbed
commit
acdd4d263c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ in {
|
||||||
systemd.timers."backupSyncthing" = {
|
systemd.timers."backupSyncthing" = {
|
||||||
wantedBy = ["timers.target"];
|
wantedBy = ["timers.target"];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
onCalendar = "weekly";
|
OnCalendar = "weekly";
|
||||||
Persistent = true;
|
Persistent = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue