Loading nixos/modules/tasks/lvm.nix +7 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
nixos/modules/tasks/lvm.nix +7 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading