From b54720698232535dec65603ad17dc93c5dc409d2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 8 Apr 2020 11:20:19 +0200 Subject: 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. --- system/prefect.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/prefect.nix b/system/prefect.nix index 73803c12..7609d9a3 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -39,7 +39,7 @@ }; powerManagement.enable = false; - # powerManagement.cpuFreqGovernor = "performance"; + powerManagement.cpuFreqGovernor = "performance"; networking = { hostName = "prefect"; domain = pkgs.lib.mkForce "alanpearce.eu"; -- cgit 1.4.1