diff --git a/host/x86_64-linux/max/Power.nix b/host/x86_64-linux/max/Power.nix index 07788e0a..bfcf2b7b 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