diff options
author | Griffin Smith <root@gws.fyi> | 2020-06-08T14·19-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-06-08T14·19-0400 |
commit | f48477cfdb9cbf7d6e185e91af050c5202033911 (patch) | |
tree | 956305e830d36f28e3aa6cc7b95d29b49d619e3e | |
parent | 5477cc1b2a71b11810e4dee195dea3f74a9942d3 (diff) |
drop cpuFreqGovernor for compat with new nixos
-rw-r--r-- | system/machines/chupacabra.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/machines/chupacabra.nix b/system/machines/chupacabra.nix index 2186a59ebad0..99225e354562 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 = { |