summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-07-23 09:21:04 +0200
committerSimon Parri <simonparri@ganzeria.com>2025-07-23 09:21:04 +0200
commitb34e84c866156e679e2b232bfe02bbbd84f0d72e (patch)
tree54abf9b3198ab3b11d800cd8a18ad5ac78acba0a
parent805b0783946e3cad0eb9a26cdddc1bc204d298fe (diff)
downloadnixos-config-b34e84c866156e679e2b232bfe02bbbd84f0d72e.tar.gz
nixos-config-b34e84c866156e679e2b232bfe02bbbd84f0d72e.zip
hosts/tomato: Start spinning fans at 67 degrees
-rw-r--r--hosts/tomato/hardware.nix4
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";
}