From 368cc57e6e2cbcb48a9722a62eb950d58b215361 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 7 Jan 2022 15:00:36 +0100 Subject: machines/profpatsch/shiki: disable powertop I already had powermanagement running via the tlp daemon, which I had forgotten about, so powertop is redundant. --- machines/profpatsch/shiki.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'machines/profpatsch/shiki.nix') diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix index 5a3c4f27..6e011c08 100644 --- a/machines/profpatsch/shiki.nix +++ b/machines/profpatsch/shiki.nix @@ -49,11 +49,6 @@ in { options = ["nofail"]; }; - powerManagement = { - powertop.enable = true; - cpuFreqGovernor = "powersave"; - }; - hardware.trackpoint = { speed = 280; }; -- cgit 1.4.1