This commit is contained in:
Tao Tien 2026-06-04 09:22:44 -07:00
parent fdbb91fec4
commit d4d4f9e946
4 changed files with 30 additions and 28 deletions

View file

@ -51,6 +51,7 @@
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelParams = [
"amdgpu.abmlevel=1"
"amdgpu.dcdebugmask=0x400"
];
boot.kernelModules = ["amdgpu"];
powerManagement.cpuFreqGovernor = "powersave";