t470s: tweak thinkfan levels
Alan Pearce alan@alanpearce.eu
Mon, 03 Jun 2019 18:07:12 +0200
1 files changed, 9 insertions(+), 0 deletions(-)
jump to
M modules/machines/t470s.nix → modules/machines/t470s.nix
@@ -12,6 +12,15 @@ hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon0/temp2_input hwmon /sys/devices/virtual/thermal/thermal_zone0/hwmon2/temp1_input hwmon /sys/devices/virtual/thermal/thermal_zone1/hwmon3/temp1_input ''; + services.thinkfan.levels = '' + (0, 0, 48) + (1, 45, 52) + (2, 50, 57) + (3, 55, 63) + (6, 60, 65) + (7, 60, 85) + (127, 80, 32767) + ''; systemd.services.ModemManager.enable = true;