mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
[GOLIATH] Turn amdgpu auto-recovery on
This commit is contained in:
parent
c3d9b1b3ce
commit
519745826a
1 changed files with 3 additions and 0 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue