amdgpu
This commit is contained in:
parent
1480204c7e
commit
9d220c4870
2 changed files with 2 additions and 1 deletions
|
|
@ -74,6 +74,7 @@ in
|
|||
# Enable the X11 windowing system.
|
||||
enable = true;
|
||||
exportConfiguration = true;
|
||||
videoDrivers = [ "amdgpu" ];
|
||||
|
||||
# Configure keymap in X11
|
||||
layout = "us";
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "uas" "usb_storage" "sd_mod" "sr_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue