mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = "daily";
|
OnCalendar = "daily";
|
||||||
Persistent = true;
|
Persistent = true;
|
||||||
Unit = "rsync-archive.service";
|
Unit = "rsync-archivesta.service";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
rsync-archivesta-lite = {
|
rsync-archivesta-lite = {
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = "weekly";
|
OnCalendar = "weekly";
|
||||||
Persistent = true;
|
Persistent = true;
|
||||||
Unit = "rsync-archive.service";
|
Unit = "rsync-archivesta-lite.service";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user