diff options
-rw-r--r-- | system/prefect.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |