amdgpu: limit fan speed

This commit is contained in:
Leonardo Eugênio 2025-03-12 11:38:39 -03:00
parent a21d312d6c
commit d208f355c6
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";