summary refs log tree commit diff stats
path: root/modules/machines/t470s.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/machines/t470s.nix')
-rw-r--r--modules/machines/t470s.nix4
1 files changed, 4 insertions, 0 deletions
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;