nixos/lvm: expand enable description to better inform users about their actions

This commit is contained in:
Sandro 2024-11-12 16:54:14 +01:00 committed by GitHub
parent 7fb7b900cd
commit a9f3a296d3
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 {