chunk/borg: fix persistentTimer in the wrong place

This commit is contained in:
cy 2024-12-30 14:56:35 -05:00
parent 1ffcc8d020
commit bed60c09d7

View file

@ -4,10 +4,9 @@
...
}:
{
services.borgbackup.jobs = {
services.borgbackup.crashRsync = {
# systemd.timer(5)
persistentTimer = true;
crashRsync = {
paths = [
"/root"
"/home"
@ -62,5 +61,4 @@
};
extraPruneArgs = [ "--stats" ];
};
};
}