From a9a3c74f4a923116d6105f08714c5e635b5c99b5 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 7 Oct 2021 21:14:42 +0200 Subject: [PATCH] mayushii: Disable powertop According to the TLP FAQ[1], TLP does everything powertop does, but better. [1] https://linrunner.de/tlp/faq/powertop.html --- machines/mayushii/hardware-configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/mayushii/hardware-configuration.nix b/machines/mayushii/hardware-configuration.nix index 977e9bb..2626a8b 100644 --- a/machines/mayushii/hardware-configuration.nix +++ b/machines/mayushii/hardware-configuration.nix @@ -40,7 +40,6 @@ powerManagement = { cpuFreqGovernor = "schedutil"; - powertop.enable = true; }; services.tlp.enable = true;