From 8339d9cd793f92494a591fa7125ab0d7dfc4e3a8 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 22 Mar 2025 22:48:09 +0100 Subject: [PATCH] chore: remove `uhci_pci` kernel module since otherwise it won't rebuild correctly, have not found issues so far --- hosts/dandelion/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dandelion/hardware-configuration.nix b/hosts/dandelion/hardware-configuration.nix index 6b43eb0..a42c81a 100644 --- a/hosts/dandelion/hardware-configuration.nix +++ b/hosts/dandelion/hardware-configuration.nix @@ -10,7 +10,7 @@ boot = { initrd = { - availableKernelModules = [ "ahci" "xhci_pci" "uhci_pci" "usbhid" "usb_storage" "sd_mod" ]; + availableKernelModules = [ "ahci" "xhci_pci" "usbhid" "usb_storage" "sd_mod" ]; # "uhci_pci" kernelModules = [ ]; }; kernelModules = [ "kvm-intel" ];