From 120cd4b8cd8721e2b9e26c8488c9a441ba1efb6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 10 Apr 2024 11:35:14 +0300 Subject: [PATCH] mtworx: try disabling tlp --- hosts/mtworx/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 698b908..6a1f2eb 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -202,7 +202,7 @@ in { }; tlp = { - enable = true; + enable = false; settings = { CPU_BOOST_ON_BAT = 0; CPU_HWP_DYN_BOOST_ON_BAT = 0;