nixos/lvm: expand enable description to better inform users about the… (#355463)
This commit is contained in:
commit
b5ad44e06e
@ -7,6 +7,13 @@ in {
|
|||||||
options.services.lvm = {
|
options.services.lvm = {
|
||||||
enable = mkEnableOption "lvm2" // {
|
enable = mkEnableOption "lvm2" // {
|
||||||
default = true;
|
default = true;
|
||||||
|
description = ''
|
||||||
|
Whether to enable lvm2.
|
||||||
|
|
||||||
|
:::{.note}
|
||||||
|
The lvm2 package contains device-mapper udev rules and without those tools like cryptsetup do not fully function!
|
||||||
|
:::
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
|
Loading…
Reference in New Issue
Block a user