amdgpu: update fan controller
This commit is contained in:
parent
1d49339612
commit
ffd977ef39
|
@ -19,7 +19,7 @@ in
|
||||||
|
|
||||||
systemd.services.amd-fan-control = {
|
systemd.services.amd-fan-control = {
|
||||||
script = ''
|
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 = {
|
serviceConfig = {
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
|
|
Loading…
Reference in a new issue