amdgpu: limit fan speed

This commit is contained in:
Leonardo Eugênio 2025-03-12 11:38:39 -03:00
parent fac1976c9c
commit 6e5eebe3c1
2 changed files with 30 additions and 5 deletions

View file

@ -18,7 +18,7 @@ in
systemd.services.amd-fan-control = {
script = ''
${lib.getExe pkgs.amd-fan-control} /sys/class/drm/card1/device 60 85
${lib.getExe pkgs.amd-fan-control} /sys/class/drm/card1/device 60 90 0 80
'';
serviceConfig = {
Restart = "always";