From 4406116203cf333fe16ddc867837a3d0f8ebd12a Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 19 Mar 2023 23:35:06 -0400 Subject: [PATCH] adjust fan curve --- hosts/tempest/hardware-configuration.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hosts/tempest/hardware-configuration.nix b/hosts/tempest/hardware-configuration.nix index 660d9ba..648ecb0 100644 --- a/hosts/tempest/hardware-configuration.nix +++ b/hosts/tempest/hardware-configuration.nix @@ -46,10 +46,11 @@ DEVNAME=hwmon0=amdgpu FCTEMPS=hwmon0/pwm1=hwmon0/temp1_input FCFANS= hwmon0/pwm1=hwmon0/fan1_input - MINTEMP=hwmon0/pwm1=30 + MINTEMP=hwmon0/pwm1=50 MAXTEMP=hwmon0/pwm1=70 - MINSTART=hwmon0/pwm1=150 - MINSTOP=hwmon0/pwm1=12 - MINPWM=hwmon0/pwm1=12 + MINSTART=hwmon0/pwm1=100 + MINSTOP=hwmon0/pwm1=10 + MINPWM=hwmon0/pwm1=10 + MAXPWM=hwmon0/pwm1=240 ''; }