amdgpu not loading early enough

This commit is contained in:
2025-07-13 17:46:52 +02:00
parent e804540cdf
commit 870db9fc08

View File

@@ -13,8 +13,8 @@
];
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"];
boot.initrd.kernelModules = ["amdgpu"];
boot.kernelModules = [];
boot.initrd.kernelModules = [];
boot.kernelModules = ["amdgpu"];
boot.extraModulePackages = [];
fileSystems."/" = {