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 08cfffda..5171b722 100644 --- a/custom/borgbackup.nix +++ b/custom/borgbackup.nix | |||
@@ -98,7 +98,7 @@ in { | |||
98 | 98 | ||
99 | preStop = mkIf (hasAttr path tCfg.prune) '' | 99 | preStop = mkIf (hasAttr path tCfg.prune) '' |
100 | borg prune \ | 100 | borg prune \ |
101 | --prefix "${tcfg.prefix}${path}" \ | 101 | --prefix "${tCfg.prefix}${path}" \ |
102 | ${concatStringsSep " " tCfg.prune."${path}"} \ | 102 | ${concatStringsSep " " tCfg.prune."${path}"} \ |
103 | ${tCfg.repo} | 103 | ${tCfg.repo} |
104 | ''; | 104 | ''; |