[boxy] Enhance graphics drivers

This commit is contained in:
2025-03-16 15:43:41 -07:00
parent d5997575df
commit 52c110a505
2 changed files with 10 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
];
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "thunderbolt" "usb_storage" "usbhid" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];