We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1ac6a8 + c234d8f commit ec6ef7dCopy full SHA for ec6ef7d
modules/nixos/keyboard.nix
@@ -7,7 +7,7 @@ in
7
{
8
options.facter.detected.boot.keyboard.kernelModules = lib.mkOption {
9
type = lib.types.listOf lib.types.str;
10
- default = facterLib.collectDrivers (report.hardware.usb_controller or [ ]);
+ default = facterLib.stringSet (facterLib.collectDrivers (report.hardware.usb_controller or [ ]));
11
example = [ "usbhid" ];
12
description = ''
13
List of kernel modules to include in the initrd to support the keyboard.
0 commit comments