This commit is contained in:
Benson Chu 2024-01-13 12:51:09 -06:00
parent 1480204c7e
commit 9d220c4870
2 changed files with 2 additions and 1 deletions

View file

@ -74,6 +74,7 @@ in
# Enable the X11 windowing system.
enable = true;
exportConfiguration = true;
videoDrivers = [ "amdgpu" ];
# Configure keymap in X11
layout = "us";

View file

@ -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 = [ ];