diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-11-17 13:21:39 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:58:56 +0300 |
| commit | 31cc5ba1aefe61ef062ccf0dedbc20e723d415f0 (patch) | |
| tree | 5e217e76b69da18e9636bb4d7facd80d4b01e71c /nixos/laptop | |
| parent | 83b7ab1ae70c0f485e1665eb29db4301a6f0b33f (diff) | |
feat: remove hid_nintendo kernel module
Diffstat (limited to 'nixos/laptop')
| -rw-r--r-- | nixos/laptop/hardware-configuration.nix | 2 |
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."/" = |
