amdgpu: update fan controller

This commit is contained in:
Leonardo Eugênio 2025-01-20 00:31:05 -03:00
parent 1d49339612
commit ffd977ef39

View file

@ -19,7 +19,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 100
'';
serviceConfig = {
Restart = "always";