summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/lvm-snapshots.nix2
1 files changed, 1 insertions, 1 deletions
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 {
108 enable = true; 108 enable = true;
109 109
110 unitConfig = { 110 unitConfig = {
111 AssertPathIsDirectory = snapshotMount name; 111 # AssertPathIsDirectory = snapshotMount name;
112 StopWhenUnneeded = !scfg.persist; 112 StopWhenUnneeded = !scfg.persist;
113 }; 113 };
114 114