From 8051acd6ccd2f9d83d00ec3d839b7b5e4f0bb5c1 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Mon, 15 Sep 2025 04:14:09 -0600 Subject: [PATCH] t14: improve 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 ca3370e..93c67d3 100644 --- a/sys/platforms/t14/hardware-configuration.nix +++ b/sys/platforms/t14/hardware-configuration.nix @@ -57,6 +57,6 @@ swapDevices = []; - powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; + powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }