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
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M system/prefect.nix → system/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";