From 116ae977abe00cbe19fcbc66484e1c93eba7da0c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 11 Jul 2022 17:44:39 -0400 Subject: [PATCH] throttled consistency --- lenovo/thinkpad/p52/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lenovo/thinkpad/p52/default.nix b/lenovo/thinkpad/p52/default.nix index 78d700d..3679f69 100644 --- a/lenovo/thinkpad/p52/default.nix +++ b/lenovo/thinkpad/p52/default.nix @@ -53,5 +53,5 @@ # higher when running throttled than when running in the other two scenarios, # but still substantially under critical temp. - services.thermald.enable = lib.mkDefault true; + services.throttled.enable = lib.mkDefault true; }