t14: increase performance

This commit is contained in:
Fabian Montero 2025-09-22 16:46:20 -06:00
parent edba87a036
commit 1027e9dd80

View file

@ -57,6 +57,6 @@
swapDevices = [];
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}