diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-09 15:16:22 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-09 15:16:22 +0200 |
| commit | 9391838f37ce6f8f3d85b81978c735e05bf488a3 (patch) | |
| tree | 8334d4824d52d6aa87645157c242126ff30a6619 /custom | |
| parent | 3d0b9b802ecb38ea6705b0a3a84d8499906365ff (diff) | |
| download | nixos-9391838f37ce6f8f3d85b81978c735e05bf488a3.tar nixos-9391838f37ce6f8f3d85b81978c735e05bf488a3.tar.gz nixos-9391838f37ce6f8f3d85b81978c735e05bf488a3.tar.bz2 nixos-9391838f37ce6f8f3d85b81978c735e05bf488a3.tar.xz nixos-9391838f37ce6f8f3d85b81978c735e05bf488a3.zip | |
cleanup
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 | ||
