MyNixOS website logo
option

boot.blacklistedKernelModules

List of names of kernel modules that should not be loaded automatically by the hardware probing code.

Declarations
Type
list of string
Default
[ ]
Example
[
  "cirrusfb"
  "i2c_piix4"
]