From 3c5194fe2c4996e153152c5ccce775b454c79204 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Nov 2019 12:34:43 +0100 Subject: lvm snapshot fails on existing directory --- custom/lvm-snapshots.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/lvm-snapshots.nix') diff --git a/custom/lvm-snapshots.nix b/custom/lvm-snapshots.nix index 5525f822..228b2ed7 100644 --- a/custom/lvm-snapshots.nix +++ b/custom/lvm-snapshots.nix @@ -108,7 +108,7 @@ in { enable = true; unitConfig = { - AssertPathIsDirectory = snapshotMount name; + # AssertPathIsDirectory = snapshotMount name; StopWhenUnneeded = !scfg.persist; }; -- cgit v1.2.3