From 58de58ffa914d153b21313914d60341c09920936 Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 30 Dec 2024 14:21:28 -0500 Subject: [PATCH] use persistentTimer for borg --- hosts/chunk/borg.nix | 2 ++ hosts/ytnix/default.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hosts/chunk/borg.nix b/hosts/chunk/borg.nix index e030e38..8ec01bb 100644 --- a/hosts/chunk/borg.nix +++ b/hosts/chunk/borg.nix @@ -5,6 +5,8 @@ }: { services.borgbackup.jobs = { + # systemd.timer(5) + persistentTimer = true; crashRsync = { paths = [ "/root" diff --git a/hosts/ytnix/default.nix b/hosts/ytnix/default.nix index 586deb7..1d92f59 100644 --- a/hosts/ytnix/default.nix +++ b/hosts/ytnix/default.nix @@ -188,6 +188,8 @@ programs.sway.enable = true; services.borgbackup.jobs.ytnixRsync = { + # systemd.timer(5) + persistentTimer = true; paths = [ "/root" "/home"