yet another workaround for instability

This commit is contained in:
2026-01-23 22:37:25 +01:00
parent c72e9f26c7
commit e9d00708d7
+2
View File
@@ -119,6 +119,8 @@ rec {
boot.initrd.kernelModules = [ "amdgpu" "thunderbolt" ];
# https://community.frame.work/t/attn-critical-bugs-in-amdgpu-driver-included-with-kernel-6-18-x-6-19-x/79221
boot.kernelParams = [ "amdgpu.cwsr_enable=0" ];
programs.corectrl.enable = true;
hardware.amdgpu.overdrive.enable = true;