From e2734c9070c0b8247c5bdeebdfbd0840f4b9cf3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 10 Apr 2024 17:01:28 +0300 Subject: [PATCH] fwminex: disable tlp --- hosts/fwminex/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 1934ac8..d0b0498 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -124,7 +124,7 @@ in { services = { throttled.enable = true; tlp = { - enable = true; + enable = false; settings = { CPU_BOOST_ON_BAT = 0; CPU_HWP_DYN_BOOST_ON_BAT = 0;