diff --git a/systems/goliath.nix b/systems/goliath.nix index 5f2e96a4..c9ba7e78 100644 --- a/systems/goliath.nix +++ b/systems/goliath.nix @@ -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"];