summaryrefslogtreecommitdiff
path: root/kuro/hardware-configuration.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-01-11 23:47:10 +0100
committerChristoph Cullmann <cullmann@kde.org>2024-01-11 23:47:10 +0100
commita46d5184fcf500148c00228bf1e5915c54187ba6 (patch)
treec3754a191253d0da4765cd1a1090512936bf88c4 /kuro/hardware-configuration.nix
parentfb3dbe0a6acf059d3c1599094c44abc345f9525c (diff)
less modules
Diffstat (limited to 'kuro/hardware-configuration.nix')
-rw-r--r--kuro/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/kuro/hardware-configuration.nix b/kuro/hardware-configuration.nix
index 536ea65..06c2ddb 100644
--- a/kuro/hardware-configuration.nix
+++ b/kuro/hardware-configuration.nix
@@ -6,7 +6,7 @@
{
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
- boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
+ boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "sd_mod" ];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" ];