From 31cc5ba1aefe61ef062ccf0dedbc20e723d415f0 Mon Sep 17 00:00:00 2001 From: spl3g Date: Sun, 17 Nov 2024 13:21:39 +0300 Subject: feat: remove hid_nintendo kernel module --- nixos/laptop/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/laptop') diff --git a/nixos/laptop/hardware-configuration.nix b/nixos/laptop/hardware-configuration.nix index 6c193f2..540582e 100644 --- a/nixos/laptop/hardware-configuration.nix +++ b/nixos/laptop/hardware-configuration.nix @@ -10,7 +10,7 @@ boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "sd_mod" ]; boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-amd" "hid_nintendo" ]; + boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; fileSystems."/" = -- cgit v1.2.3