diff options
| -rw-r--r-- | custom/lvm-snapshots.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/custom/lvm-snapshots.nix b/custom/lvm-snapshots.nix index ede67c58..55044ca0 100644 --- a/custom/lvm-snapshots.nix +++ b/custom/lvm-snapshots.nix | |||
| @@ -24,7 +24,8 @@ let | |||
| 24 | 24 | ||
| 25 | cowSize = mkOption { | 25 | cowSize = mkOption { |
| 26 | type = types.str; | 26 | type = types.str; |
| 27 | default = "-l20%ORIGIN"; | 27 | default = "-l20%%ORIGIN"; |
| 28 | description = "Literate argument to lvcreate, escape for systemd"; | ||
| 28 | }; | 29 | }; |
| 29 | 30 | ||
| 30 | readOnly = mkOption { | 31 | readOnly = mkOption { |
