diff --git a/machines/levitation/hardware.nix b/machines/levitation/hardware.nix index 43362dd..39e85dc 100644 --- a/machines/levitation/hardware.nix +++ b/machines/levitation/hardware.nix @@ -8,7 +8,7 @@ boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ]; - boot.initrd.kernelModules = [ ]; + boot.initrd.kernelModules = [ "amdgpu" ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ];