From ca7307bb787f60c0d241c9c70587314609c5b534 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Nov 2019 12:35:22 +0100 Subject: ... --- custom/lvm-snapshots.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'custom') diff --git a/custom/lvm-snapshots.nix b/custom/lvm-snapshots.nix index 228b2ed7..98c64330 100644 --- a/custom/lvm-snapshots.nix +++ b/custom/lvm-snapshots.nix @@ -61,9 +61,9 @@ in { boot.kernelModules = [ "dm_snapshot" ]; - system.activationScripts = mapAttrs' (name: scfg: nameValuePair ("lvm-mountpoint" + name) '' - mkdir -p ${snapshotMount name} - '') cfg.snapshots; + # system.activationScripts = mapAttrs' (name: scfg: nameValuePair ("lvm-mountpoint" + name) '' + # mkdir -p ${snapshotMount name} + # '') cfg.snapshots; systemd.services = mapAttrs' (name: scfg: nameValuePair ("lvm-snapshot@" + escapeSystemdPath name) { enable = true; -- cgit v1.2.3