From 468a7a108108908c7a35d6549f1e1f0236a9448a Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Wed, 31 May 2023 08:29:51 +0200 Subject: [PATCH] lenovo-thinkpad-x1-6th-gen: swap throttled with thermald --- lenovo/thinkpad/x1/6th-gen/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lenovo/thinkpad/x1/6th-gen/default.nix b/lenovo/thinkpad/x1/6th-gen/default.nix index 24fe676..73be390 100644 --- a/lenovo/thinkpad/x1/6th-gen/default.nix +++ b/lenovo/thinkpad/x1/6th-gen/default.nix @@ -17,5 +17,5 @@ # See also https://certification.ubuntu.com/catalog/component/input/5313/input%3ATPPS/2ElanTrackPoint/ hardware.trackpoint.device = "TPPS/2 Elan TrackPoint"; - services.throttled.enable = lib.mkDefault true; + services.thermald.enable = lib.mkDefault true; }