about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-01-07 15:00:36 +0100
committerProfpatsch <mail@profpatsch.de>2022-01-07 15:01:34 +0100
commit368cc57e6e2cbcb48a9722a62eb950d58b215361 (patch)
tree1dfa67c52d7fad17737eb0227bf418be35f59177 /machines/profpatsch
parent51157ca8accfff40055801d310a929742ee77c34 (diff)
machines/profpatsch/shiki: disable powertop
I already had powermanagement running via the tlp daemon, which I had
forgotten about, so powertop is redundant.
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/shiki.nix5
1 files changed, 0 insertions, 5 deletions
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;
     };