nixos/lvm: expand enable description to better inform users about the… (#355463)

This commit is contained in:
Sandro 2024-11-27 22:37:48 +01:00 committed by GitHub
commit b5ad44e06e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,13 @@ in {
options.services.lvm = {
enable = mkEnableOption "lvm2" // {
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 {