From 6cb6a758529102d6be2379ac72d025e01673ceda Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 9 Apr 2018 12:25:41 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/lvm-snapshots.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/lvm-snapshots.nix b/custom/lvm-snapshots.nix index b8ce7fc0..ede67c58 100644 --- a/custom/lvm-snapshots.nix +++ b/custom/lvm-snapshots.nix @@ -84,7 +84,7 @@ in { StopWhenUnneeded = !scfg.persist; }; - bindsTo = "lvm-snapshot@" + name; + bindsTo = [ ("lvm-snapshot@" + name) ]; options = mkIf scfg.readOnly "ro"; -- cgit v1.2.3