diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/borgbackup.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/borgbackup.nix b/custom/borgbackup.nix index 35eb0ef1..75ff8cde 100644 --- a/custom/borgbackup.nix +++ b/custom/borgbackup.nix | |||
@@ -177,7 +177,7 @@ in { | |||
177 | --lock-wait ${toString tCfg.lockWait} \ | 177 | --lock-wait ${toString tCfg.lockWait} \ |
178 | --list \ | 178 | --list \ |
179 | --stats \ | 179 | --stats \ |
180 | --prefix ${escapeShellArg "${cfg.prefix}${escapeSystemdPath path}"} \ | 180 | --prefix ${escapeShellArg "${cfg.prefix}${if cfg.snapshots == "lvm" then path else escapeSystemdPath path}"} \ |
181 | ${escapeShellArgs args} \ | 181 | ${escapeShellArgs args} \ |
182 | ${tCfg.repo} | 182 | ${tCfg.repo} |
183 | '') tCfg.prune); | 183 | '') tCfg.prune); |