all repos — nixfiles @ b54720698232535dec65603ad17dc93c5dc409d2

System and user configuration, managed by nix and home-manager

prefect: set cpu bias to performance

As a desktop machine, this is fine.  Since it's a >2011 Intel CPU, it
uses the intel_pstate driver/governor combination, meaning that the
only available governors are performance and powersave.
Alan Pearce alan@alanpearce.eu
Wed, 08 Apr 2020 11:20:19 +0200
commit

b54720698232535dec65603ad17dc93c5dc409d2

parent

d74cb57bc21101c0efe0c865fe5ffa319672d401

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M system/prefect.nixsystem/prefect.nix
@@ -39,7 +39,7 @@ xautolock.enable = pkgs.lib.mkForce false;   };
 
   powerManagement.enable = false;
-  # powerManagement.cpuFreqGovernor = "performance";
+  powerManagement.cpuFreqGovernor = "performance";
   networking = {
     hostName = "prefect";
     domain = pkgs.lib.mkForce "alanpearce.eu";