From 870db9fc08a879a0f955b81eb4c4783c41d00785 Mon Sep 17 00:00:00 2001 From: cnst Date: Sun, 13 Jul 2025 17:46:52 +0200 Subject: [PATCH] amdgpu not loading early enough --- hosts/sobotka/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/sobotka/hardware-configuration.nix b/hosts/sobotka/hardware-configuration.nix index be0b25df..fabc3d3c 100644 --- a/hosts/sobotka/hardware-configuration.nix +++ b/hosts/sobotka/hardware-configuration.nix @@ -13,8 +13,8 @@ ]; boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"]; - boot.initrd.kernelModules = ["amdgpu"]; - boot.kernelModules = []; + boot.initrd.kernelModules = []; + boot.kernelModules = ["amdgpu"]; boot.extraModulePackages = []; fileSystems."/" = {