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 9fd47805..394f84fc 100644 --- a/custom/borgbackup.nix +++ b/custom/borgbackup.nix | |||
| @@ -169,7 +169,7 @@ in { | |||
| 169 | --list \ | 169 | --list \ |
| 170 | --stats \ | 170 | --stats \ |
| 171 | --prefix "${cfg.prefix}${escapeSystemdPath path}" \ | 171 | --prefix "${cfg.prefix}${escapeSystemdPath path}" \ |
| 172 | ${concatStringsSep " " args} \ | 172 | ${escapeShellArgs args} \ |
| 173 | ${tCfg.repo} | 173 | ${tCfg.repo} |
| 174 | '') tCfg.prune); | 174 | '') tCfg.prune); |
| 175 | 175 | ||
