From 165dc8ed069770003544384d172d78157290b008 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 17 Dec 2024 16:07:04 +0300 Subject: [PATCH] Max: Tweak temps. --- host/x86_64-linux/max/Power.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/x86_64-linux/max/Power.nix b/host/x86_64-linux/max/Power.nix index 07788e0..bfcf2b7 100644 --- a/host/x86_64-linux/max/Power.nix +++ b/host/x86_64-linux/max/Power.nix @@ -62,7 +62,7 @@ in { then value=128 elif [ $temp -gt 60000 ] then value=92 - elif [ $temp -gt 49000 ] + elif [ $temp -gt 50000 ] then value=46 elif [ $temp -gt 45000 ] then value=23