Samuel Shuert | 02ffd1e | 2024-02-13 21:37:15 -0500 | [diff] [blame] | 1 | { config, ... }: |
2 | { | ||||
Skyler Grey | 1bf9e19 | 2024-05-24 23:18:37 +0000 | [diff] [blame] | 3 | 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 Shuert | 02ffd1e | 2024-02-13 21:37:15 -0500 | [diff] [blame] | 8 | hardware.cpu.intel.updateMicrocode = config.hardware.enableRedistributableFirmware; |
9 | } |