diff --git a/hosts/monolith/amdgpu.nix b/hosts/monolith/amdgpu.nix index 0da64f0..4c26afa 100644 --- a/hosts/monolith/amdgpu.nix +++ b/hosts/monolith/amdgpu.nix @@ -19,7 +19,7 @@ in systemd.services.amd-fan-control = { script = '' - ${lib.getExe pkgs.amd-fan-control} /sys/class/drm/card1/device 60 100 + ${lib.getExe pkgs.amd-fan-control} /sys/class/drm/card1/device 60 85 ''; serviceConfig = { Restart = "always";