boot.extraModprobeConfig

NixOS option

Any additional configuration to be appended to the generated modprobe.conf. This is typically used to specify module options. See modprobe.d(5) for details.

type: strings concatenated with "\n"
Default
""
Example
''
  options parport_pc io=0x378 irq=7 dma=1
''
declared in: nixos/modules/system/boot/modprobe.nixView source on NixOS/nixpkgs →