From f018b1b916de39df05c7fcc02090b5910c4588e8 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Fri, 16 Jun 2023 20:19:55 -0400 Subject: [PATCH] Amdgpu early on levitation --- machines/levitation/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [ ];