From b0eb2dcba41dcf8462623c90e70ff9365ae3bc56 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 2 Jan 2018 19:13:47 +0100 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/borgbackup.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'custom/borgbackup.nix') diff --git a/custom/borgbackup.nix b/custom/borgbackup.nix index 0c497b6a..91de89a5 100644 --- a/custom/borgbackup.nix +++ b/custom/borgbackup.nix @@ -96,7 +96,7 @@ in { script = let borgCmd = '' borg create \ - --lock-wait ${tCfg.lockWait} \ + --lock-wait ${toString tCfg.lockWait} \ --stats \ --list \ --filter 'AME' \ @@ -130,7 +130,7 @@ in { script = concatStringsSep "\n" (mapAttrsToList (path: args: '' borg prune \ - --lock-wait ${tCfg.lockWait} \ + --lock-wait ${toString tCfg.lockWait} \ --list \ --stats \ --prefix "${cfg.prefix}${path}" \ -- cgit v1.2.3