about summary refs log tree commit diff
path: root/machines/devhell/gunnr.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-06-24 15:12:38 +0100
committerdevhell <devhell@mailfresser.de>2019-06-24 15:12:38 +0100
commit265d5fd97e7746101ade404b5603027033e5c4a5 (patch)
tree53e712c93b3515938c14a2658d7c520cc3e8fade /machines/devhell/gunnr.nix
parentfe9cac660ccb0f44f370993bd5666dc824f8edf9 (diff)
machines/gunnr: Remove powertop
Makes little sense on this machine and only provokes weird behavior
obviously. Don't know why I even put it in the first place.
Diffstat (limited to 'machines/devhell/gunnr.nix')
-rw-r--r--machines/devhell/gunnr.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index f462427a..7d8b07db 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -64,11 +64,6 @@
     };
   };
 
-  powerManagement = {
-    powertop.enable = true;
-    cpuFreqGovernor = "ondemand";
-  };
-
   nix = {
     maxJobs = lib.mkDefault 16;
     extraOptions = ''