From 1027e9dd8012e8c79c0b05a9210a49599ce1169b Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Mon, 22 Sep 2025 16:46:20 -0600 Subject: [PATCH] t14: increase performance --- sys/platforms/t14/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/platforms/t14/hardware-configuration.nix b/sys/platforms/t14/hardware-configuration.nix index 93c67d3..80b46c0 100644 --- a/sys/platforms/t14/hardware-configuration.nix +++ b/sys/platforms/t14/hardware-configuration.nix @@ -57,6 +57,6 @@ swapDevices = []; - powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand"; + powerManagement.cpuFreqGovernor = lib.mkDefault "performance"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }