summaryrefslogtreecommitdiff
path: root/custom/borgbackup.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-12-17 14:38:18 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-12-17 14:38:18 +0100
commitdf695473cec3c3bb9464206f3a9c9e1c4c555f84 (patch)
tree31ce02bd9e72e6a6555ee5c8b9b7bb95bfeb8259 /custom/borgbackup.nix
parentbb1a1a2cb77cd5992927cd094f9bf925f15507ee (diff)
downloadnixos-df695473cec3c3bb9464206f3a9c9e1c4c555f84.tar
nixos-df695473cec3c3bb9464206f3a9c9e1c4c555f84.tar.gz
nixos-df695473cec3c3bb9464206f3a9c9e1c4c555f84.tar.bz2
nixos-df695473cec3c3bb9464206f3a9c9e1c4c555f84.tar.xz
nixos-df695473cec3c3bb9464206f3a9c9e1c4c555f84.zip
Diffstat (limited to 'custom/borgbackup.nix')
-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