diff options
-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 2cd42e68..d46c323c 100644 --- a/custom/borgbackup.nix +++ b/custom/borgbackup.nix | |||
@@ -170,7 +170,7 @@ in { | |||
170 | --lock-wait ${toString tCfg.lockWait} \ | 170 | --lock-wait ${toString tCfg.lockWait} \ |
171 | --list \ | 171 | --list \ |
172 | --stats \ | 172 | --stats \ |
173 | --prefix "${cfg.prefix}${escapeSystemdPath path}" \ | 173 | --prefix ${escapeShellArg "${cfg.prefix}${escapeSystemdPath path}"} \ |
174 | ${escapeShellArgs args} \ | 174 | ${escapeShellArgs args} \ |
175 | ${tCfg.repo} | 175 | ${tCfg.repo} |
176 | '') tCfg.prune); | 176 | '') tCfg.prune); |