aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2024-11-17 13:21:39 +0300
committerspl3g <spleefer6@yandex.ru>2025-05-01 14:58:56 +0300
commit31cc5ba1aefe61ef062ccf0dedbc20e723d415f0 (patch)
tree5e217e76b69da18e9636bb4d7facd80d4b01e71c
parent83b7ab1ae70c0f485e1665eb29db4301a6f0b33f (diff)
feat: remove hid_nintendo kernel module
-rw-r--r--nixos/laptop/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
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."/" =