amdgpu: update fan controller
This commit is contained in:
parent
1d49339612
commit
ffd977ef39
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue