about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-06-08T14·19-0400
committerGriffin Smith <root@gws.fyi>2020-06-08T14·19-0400
commitf48477cfdb9cbf7d6e185e91af050c5202033911 (patch)
tree956305e830d36f28e3aa6cc7b95d29b49d619e3e
parent5477cc1b2a71b11810e4dee195dea3f74a9942d3 (diff)
drop cpuFreqGovernor for compat with new nixos
-rw-r--r--system/machines/chupacabra.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/machines/chupacabra.nix b/system/machines/chupacabra.nix
index 2186a59eba..99225e3545 100644
--- a/system/machines/chupacabra.nix
+++ b/system/machines/chupacabra.nix
@@ -11,7 +11,6 @@
   powerManagement = {
     enable = true;
     powertop.enable = true;
-    cpuFreqGovernor = "performance";
   };
 
   laptop.onLowBattery = {