From bb5e226c5ae29e5fa10de9a2682764d0da56fc19 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 9 Apr 2018 12:25:13 +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(-) diff --git a/custom/lvm-snapshots.nix b/custom/lvm-snapshots.nix index 21690bb5..b8ce7fc0 100644 --- a/custom/lvm-snapshots.nix +++ b/custom/lvm-snapshots.nix @@ -57,7 +57,7 @@ in { config = mkIf (cfg != {}) { - system.activationScripts = mapAttrs' (name: scfg: nameValuePair (lvm-mountpoint + name) '' + system.activationScripts = mapAttrs' (name: scfg: nameValuePair ("lvm-mountpoint" + name) '' mkdir -p ${snapshotMount name} '') cfg.snapshots; -- cgit v1.2.3