diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-09 12:46:45 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-09 12:46:45 +0200 |
| commit | 3c4d62168c26a24b5b517aabc54a812dec1a3796 (patch) | |
| tree | d8344079a03d928837643dc5eab6e13e2f62a760 | |
| parent | d0d4b4fb16bea89fe1382d4fd792c1e1a6a24690 (diff) | |
| download | nixos-3c4d62168c26a24b5b517aabc54a812dec1a3796.tar nixos-3c4d62168c26a24b5b517aabc54a812dec1a3796.tar.gz nixos-3c4d62168c26a24b5b517aabc54a812dec1a3796.tar.bz2 nixos-3c4d62168c26a24b5b517aabc54a812dec1a3796.tar.xz nixos-3c4d62168c26a24b5b517aabc54a812dec1a3796.zip | |
…
| -rw-r--r-- | custom/lvm-snapshots.nix | 3 |
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 { |
