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 ba15a7db..9ac42f30 100644
--- a/custom/lvm-snapshots.nix
+++ b/custom/lvm-snapshots.nix
@@ -122,7 +122,7 @@ in {
122 122
123 automountConfig = { 123 automountConfig = {
124 TimeoutIdleSec = "5"; 124 TimeoutIdleSec = "5";
125 DirectoryMode = "0700"q; 125 DirectoryMode = "0700";
126 }; 126 };
127 127
128 where = snapshotMount name; 128 where = snapshotMount name;