From 7dbd87eb851b0829532bba1b83162fff66a19401 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sun, 12 May 2024 15:35:02 -0400 Subject: [PATCH] Trying to use proper ADM drivers? --- hosts/kim/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kim/hardware-configuration.nix b/hosts/kim/hardware-configuration.nix index 3a8c1f1..ac3f8e2 100644 --- a/hosts/kim/hardware-configuration.nix +++ b/hosts/kim/hardware-configuration.nix @@ -9,7 +9,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 = [ ];