From bc479b722589fcedd229ae5f7798204c6a368de7 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Sat, 1 Apr 2023 11:40:31 +0200 Subject: [PATCH] `uinput` kernel module for `thinkpad` --- hosts/thinkpad/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/thinkpad/hardware-configuration.nix b/hosts/thinkpad/hardware-configuration.nix index c920659..0f97b7d 100644 --- a/hosts/thinkpad/hardware-configuration.nix +++ b/hosts/thinkpad/hardware-configuration.nix @@ -14,7 +14,7 @@ boot.initrd.availableKernelModules = ["xhci_pci" "nvme" "usb_storage" "sd_mod"]; boot.initrd.kernelModules = []; - boot.kernelModules = []; + boot.kernelModules = ["uinput"]; boot.extraModulePackages = []; fileSystems."/" = {