diff --git a/hosts/hyacinth/kernel.nix b/hosts/hyacinth/kernel.nix index a121924..8d2b567 100644 --- a/hosts/hyacinth/kernel.nix +++ b/hosts/hyacinth/kernel.nix @@ -5,7 +5,7 @@ systemd-boot.enable = true; }; initrd.availableKernelModules = [ "xhci_pci" "nvme" ]; - initrd.kernelModules = [ "amdgpu" ]; + initrd.kernelModules = [ "kms" ]; kernelParams = [ "amdgpu.gpu_recovery=1" "intel_pstate=passive"