use persistentTimer for borg

This commit is contained in:
cy 2024-12-30 14:21:28 -05:00
parent 4b905be249
commit 58de58ffa9
2 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,8 @@
}: }:
{ {
services.borgbackup.jobs = { services.borgbackup.jobs = {
# systemd.timer(5)
persistentTimer = true;
crashRsync = { crashRsync = {
paths = [ paths = [
"/root" "/root"

View file

@ -188,6 +188,8 @@
programs.sway.enable = true; programs.sway.enable = true;
services.borgbackup.jobs.ytnixRsync = { services.borgbackup.jobs.ytnixRsync = {
# systemd.timer(5)
persistentTimer = true;
paths = [ paths = [
"/root" "/root"
"/home" "/home"