summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/borgbackup.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/borgbackup.nix b/custom/borgbackup.nix
index e68b3379..17609098 100644
--- a/custom/borgbackup.nix
+++ b/custom/borgbackup.nix
@@ -74,6 +74,7 @@ in {
74 Persistent = false; 74 Persistent = false;
75 OnBootSec = tCfg.interval; 75 OnBootSec = tCfg.interval;
76 OnUnitInactiveSec = tCfg.interval; 76 OnUnitInactiveSec = tCfg.interval;
77 Unit = "borgbackup-${target}@${path}.service";
77 }; 78 };
78 }) cfg.targets); 79 }) cfg.targets);
79 80