boot.blacklistedKernelModules

NixOS option

Set of names of kernel modules that should not be loaded automatically by the hardware probing code. 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 blacklisted.

type: (attribute set of boolean) or (list of string) convertible to it
Default
{ }
Example
[
  "cirrusfb"
  "i2c_piix4"
]
declared in: nixos/modules/system/boot/modprobe.nixView source on NixOS/nixpkgs →