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; }