From bb834350e2730885cb0ccf726c5bc0417bbd71ae Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Dec 2017 04:12: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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/borgbackup.nix b/custom/borgbackup.nix index f44768ff..6caf799e 100644 --- a/custom/borgbackup.nix +++ b/custom/borgbackup.nix @@ -84,7 +84,7 @@ in { --patterns-from .backup \ --one-file-system \ --compression auto,lzma \ - ${target}::${prefix}$1-{utcnow} + ${target}::${cfg.prefix}$1-{utcnow} ''; scriptArgs = "%i"; -- cgit v1.2.3