diff --git a/host/x86_64-linux/max/Power.nix b/host/x86_64-linux/max/Power.nix index 05c0c838..7c13326f 100644 --- a/host/x86_64-linux/max/Power.nix +++ b/host/x86_64-linux/max/Power.nix @@ -63,7 +63,7 @@ in elif [ $temp -gt 60000 ] then value=92 elif [ $temp -gt 55000 ] - then value=69 + then value=52 elif [ $temp -gt 45000 ] then value=46 elif [ $temp -gt 40000 ]