mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
lavaridge: fix bug in kernel module config + make amdgpu available in initrd
This commit is contained in:
parent
1865ef23d2
commit
29968b0f73
|
@ -17,11 +17,11 @@
|
|||
boot = {
|
||||
initrd = {
|
||||
availableKernelModules = ["nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod"];
|
||||
kernelModules = [];
|
||||
kernelModules = ["amdgpu"];
|
||||
};
|
||||
|
||||
extraModulePackages = [];
|
||||
kernelModules = ["kvm-amd" "amd-gpu"];
|
||||
kernelModules = ["kvm-amd" "amdgpu"];
|
||||
kernelParams = ["amdgpu.abmlevel=0"];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue