about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2018-11-03 19:48:09 +0000
committerdevhell <devhell@mailfresser.de>2018-11-03 19:48:09 +0000
commitdd1fcbaad862d1254aad334f7fe358ca52f322b4 (patch)
tree7048358a8356132535607a39646ad5f9efc88e88 /machines
parent3a2dd5017fe941a5d8d563c2397ac9a284f68856 (diff)
machines/devhell: Remove powerManagement
TLP is running, so this won't work.
Diffstat (limited to 'machines')
-rw-r--r--machines/devhell/eris.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/machines/devhell/eris.nix b/machines/devhell/eris.nix
index 9edc4089..e84d93fb 100644
--- a/machines/devhell/eris.nix
+++ b/machines/devhell/eris.nix
@@ -63,11 +63,6 @@
     useNetworkd = true;
   };
 
-  powerManagement = {
-    powertop.enable = true;
-    cpuFreqGovernor = "powersave";
-  };
-
   virtualisation.docker.enable = false;
 
   nix = {