diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-07-23 09:21:04 +0200 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-07-23 09:21:04 +0200 |
commit | b34e84c866156e679e2b232bfe02bbbd84f0d72e (patch) | |
tree | 54abf9b3198ab3b11d800cd8a18ad5ac78acba0a | |
parent | 805b0783946e3cad0eb9a26cdddc1bc204d298fe (diff) | |
download | nixos-config-b34e84c866156e679e2b232bfe02bbbd84f0d72e.tar.gz nixos-config-b34e84c866156e679e2b232bfe02bbbd84f0d72e.zip |
hosts/tomato: Start spinning fans at 67 degrees
-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"; } |