[GOLIATH] Turn amdgpu auto-recovery on

This commit is contained in:
Kat Inskip 2023-05-01 14:03:53 -07:00
parent c3d9b1b3ce
commit 519745826a
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -38,6 +38,9 @@ _: let
boot.loader.efi.efiSysMountPoint = "/boot/efi";
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod"];
boot.initrd.kernelModules = [];
boot.kernelParams = [
"amdgpu.gpu_recovery=1"
];
boot.kernelModules = ["kvm-amd"];
boot.extraModulePackages = [];
boot.supportedFilesystems = ["ntfs"];