blob: aac565fe239557920c09e3bbc9aaeaa203afd830 [file] [log] [blame]
Samuel Shuert02ffd1e2024-02-13 21:37:15 -05001{ config, ... }:
2{
Skyler Grey1bf9e192024-05-24 23:18:37 +00003 powerManagement = {
4 cpuFreqGovernor = "powersave";
5 cpufreq.max = 1500000;
6 # Running at full frequency heats up too much and throttles us, we can do it for a little but we should actively set it iff we need it
7 };
Samuel Shuert02ffd1e2024-02-13 21:37:15 -05008 hardware.cpu.intel.updateMicrocode = config.hardware.enableRedistributableFirmware;
9}