nixfiles/nixos/hardware/amd_gpu.nix

5 lines
64 B
Nix

_: {
boot.kernelParams = [
"amdgpu.gpu_recovery=1"
];
}