explicitly add amdgpu kernel module
This commit is contained in:
parent
6156ccb53e
commit
f3454f98d6
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ in {
|
|||
initrd = {
|
||||
availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod" ];
|
||||
luks.devices.root.device = "/dev/disk/by-uuid/${disks.crypt}";
|
||||
kernelModules = [ "amdgpu" ];
|
||||
};
|
||||
kernelModules = [ "kvm-amd" ];
|
||||
kernelPackages = pkgs.linuxPackages_zen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue