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
+7
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 {