summary refs log tree commit diff stats
path: root/system/settings/machines
diff options
context:
space:
mode:
authorAlan Pearce2019-10-23 16:19:54 +0200
committerAlan Pearce2019-10-23 16:19:54 +0200
commit2de9b6d8556917294c2e56daae2138ebf1517767 (patch)
treeb07aca7792141430ae8b5b4ebacaf6e39eefc63c /system/settings/machines
parent57693135cf3a5dcf3c6373c745846ec80e863aea (diff)
downloadnixfiles-2de9b6d8556917294c2e56daae2138ebf1517767.tar.lz
nixfiles-2de9b6d8556917294c2e56daae2138ebf1517767.tar.zst
nixfiles-2de9b6d8556917294c2e56daae2138ebf1517767.zip
thinkpad: fix non-operational fan speed scaling
CPU should not reach 90C without the fans making noise, which is what
was configured.  Let the embedded controller do its job anyway, even
if it is a bit louder during low-utilisation periods.
Diffstat (limited to 'system/settings/machines')
-rw-r--r--system/settings/machines/t470s.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/system/settings/machines/t470s.nix b/system/settings/machines/t470s.nix
index 7343dadb..34fdd048 100644
--- a/system/settings/machines/t470s.nix
+++ b/system/settings/machines/t470s.nix
@@ -5,21 +5,6 @@
 
   hardware.enableRedistributableFirmware = true;
 
-  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
-  '';
-  services.thinkfan.levels = ''
-    (0,     0,      48)
-    (1,     45,     52)
-    (2,     50,     57)
-    (3,     55,     63)
-    (6,     60,     65)
-    (7,     60,     85)
-    (127,   80,     32767)
-  '';
-
   boot.postBootCommands = ''
     echo bfq > /sys/block/nvme0n1/queue/scheduler
   '';