gaming: add corectrl

This commit is contained in:
Leonardo Eugênio 2025-02-28 17:58:29 -03:00
parent b5e6127bb3
commit 00c686512c
3 changed files with 8 additions and 2 deletions

View file

@ -14,7 +14,6 @@ in
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelParams = [
"video=DP-1:1920x1080@144"
"amdgpu.ppfeaturemask=0xfffd7fff" # enable undervolting
];
systemd.services.amd-fan-control = {