From 36f72a74c3fd35799378279fc7473e2db3929d9f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 3 Jun 2019 18:07:12 +0200 Subject: t470s: tweak thinkfan levels --- modules/machines/t470s.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/machines/t470s.nix b/modules/machines/t470s.nix index 842b556..1bffb4c 100644 --- a/modules/machines/t470s.nix +++ b/modules/machines/t470s.nix @@ -12,6 +12,15 @@ 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; -- cgit 1.4.1