summaryrefslogtreecommitdiff
path: root/custom/lvm-snapshots.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/lvm-snapshots.nix')
-rw-r--r--custom/lvm-snapshots.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/custom/lvm-snapshots.nix b/custom/lvm-snapshots.nix
index 34c10460..c2903cf9 100644
--- a/custom/lvm-snapshots.nix
+++ b/custom/lvm-snapshots.nix
@@ -25,8 +25,7 @@ let
25 25
26 cowSize = mkOption { 26 cowSize = mkOption {
27 type = types.str; 27 type = types.str;
28 default = "-l20%%ORIGIN"; 28 default = "-l20%ORIGIN";
29 description = "Literate argument to lvcreate, escape for systemd";
30 }; 29 };
31 30
32 readOnly = mkOption { 31 readOnly = mkOption {