amdgpu: update fan controller

This commit is contained in:
Leonardo Eugênio 2025-01-20 00:31:05 -03:00
parent b0d8ce885c
commit 6d49b98e72

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";