From b34e84c866156e679e2b232bfe02bbbd84f0d72e Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Wed, 23 Jul 2025 09:21:04 +0200 Subject: hosts/tomato: Start spinning fans at 67 degrees --- hosts/tomato/hardware.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts') diff --git a/hosts/tomato/hardware.nix b/hosts/tomato/hardware.nix index 271d412..e03a351 100644 --- a/hosts/tomato/hardware.nix +++ b/hosts/tomato/hardware.nix @@ -60,5 +60,9 @@ in MAX_LOST_WORK_SECS_ON_AC = 30; }; + this.laptop.thinkpad.zcfan = { + low_temp = 67; + }; + nixpkgs.hostPlatform = "x86_64-linux"; } -- cgit v1.2.3