boot.initrd.services.lvm.enable

NixOS option

This will only be used when systemd is used in stage 1. Whether to enable booting from LVM2 in the initrd.

type: boolean
Default
config.boot.initrd.systemd.enable && config.services.lvm.enable
Example
true
declared in: nixos/modules/tasks/lvm.nixView source on NixOS/nixpkgs →