diff options
Diffstat (limited to 'hosts/tomato')
-rw-r--r-- | hosts/tomato/hardware.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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"; } |