From 8df8f60b5d062b55fe1ca3efe700f5e749bc58ce Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 12 Dec 2024 03:41:28 +0300 Subject: [PATCH] Max: Lower default tdp to 45. --- 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 8ffb9034..e7bcfc86 100644 --- a/host/x86_64-linux/max/Power.nix +++ b/host/x86_64-linux/max/Power.nix @@ -25,7 +25,7 @@ ]; script = '' while true; do - ryzenadj --tctl-temp=50 + ryzenadj --tctl-temp=45 sleep 60 done '';