diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-09 12:31:43 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-09 12:31:43 +0200 |
commit | fce0ab3ff400a19b88d0d71a2586b691d8cfbaaf (patch) | |
tree | 0be31281d42fe8be5bc8e54cd7a5e3cf858e6282 | |
parent | 6cb6a758529102d6be2379ac72d025e01673ceda (diff) | |
download | nixos-fce0ab3ff400a19b88d0d71a2586b691d8cfbaaf.tar nixos-fce0ab3ff400a19b88d0d71a2586b691d8cfbaaf.tar.gz nixos-fce0ab3ff400a19b88d0d71a2586b691d8cfbaaf.tar.bz2 nixos-fce0ab3ff400a19b88d0d71a2586b691d8cfbaaf.tar.xz nixos-fce0ab3ff400a19b88d0d71a2586b691d8cfbaaf.zip |
…
-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 { |