hardware.facter.detected.boot.keyboard.kernelModules

NixOS option

List of kernel modules to include in the initrd to support the keyboard.

type: list of string
Default
"hardware dependent"
Example
[
  "usbhid"
]
declared in: nixos/modules/hardware/facter/keyboard.nixView source on NixOS/nixpkgs →