amdgpu: limit fan speed
This commit is contained in:
parent
fac1976c9c
commit
6e5eebe3c1
2 changed files with 30 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue