From f4151d71e78bbabef8a832f2bd07238ac910f851 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 27 May 2019 16:36:46 +0200 Subject: T470s: Send all temp data to thinkfan --- modules/machines/t470s.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/machines/t470s.nix b/modules/machines/t470s.nix index 623250a..842b556 100644 --- a/modules/machines/t470s.nix +++ b/modules/machines/t470s.nix @@ -6,7 +6,11 @@ ]; services.thinkfan.sensors = '' + hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon0/temp3_input hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon0/temp1_input + 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 ''; systemd.services.ModemManager.enable = true; -- cgit 1.4.1