boot.initrd.kernelModules
Set of modules that are always loaded by the initrd.
This can either be a list of modules, or an attrset. In an
attrset, names that are set to true represent modules that will
be included. Note that setting these names to false does not
prevent the module from being loaded. For that, use
boot.blacklistedKernelModules.
- Type
(attribute set of boolean) or (list of string) convertible to it- Default
{ }- Declared
- <nixpkgs/nixos/modules/system/boot/kernel.nix>