diff --git a/ops/machines/nevsky/default.nix b/ops/machines/nevsky/default.nix index 90aab0969..049a01477 100644 --- a/ops/machines/nevsky/default.nix +++ b/ops/machines/nevsky/default.nix @@ -31,6 +31,7 @@ in hardware.cpu.amd.updateMicrocode = true; hardware.enableRedistributableFirmware = true; + powerManagement.cpuFreqGovernor = "performance"; boot = { tmp.useTmpfs = true;