diff options
Diffstat (limited to 'system/settings/machines')
-rw-r--r-- | system/settings/machines/t470s.nix | 15 |
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 ''; |