disable failed hangs workaround on acer

This commit is contained in:
2026-01-14 21:29:11 +01:00
parent c32fc4e3cb
commit c44536e17c
-2
View File
@@ -116,8 +116,6 @@ rec {
boot.initrd.kernelModules = [ "amdgpu" "thunderbolt" ]; boot.initrd.kernelModules = [ "amdgpu" "thunderbolt" ];
boot.kernelParams = [ "pcie_aspm=off" ];
programs.corectrl.enable = true; programs.corectrl.enable = true;
hardware.amdgpu.overdrive.enable = true; hardware.amdgpu.overdrive.enable = true;