diff --git a/hosts/monolith/amdgpu.nix b/hosts/monolith/amdgpu.nix index 4c26afa..0da64f0 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 85 + ${lib.getExe pkgs.amd-fan-control} /sys/class/drm/card1/device 60 100 ''; serviceConfig = { Restart = "always";