diff --git a/hosts/hyacinth/kernel.nix b/hosts/hyacinth/kernel.nix index 8d2b567..a121924 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 = [ "kms" ]; + initrd.kernelModules = [ "amdgpu" ]; kernelParams = [ "amdgpu.gpu_recovery=1" "intel_pstate=passive"