niksos/hosts/common/optional/cpu/intel.nix

6 lines
92 B
Nix
Raw Normal View History

2024-09-01 22:51:32 +02:00
_: {
2024-07-22 21:55:06 +02:00
hardware.cpu.intel.updateMicrocode = true;
2024-06-04 12:31:31 +02:00
services.thermald.enable = true;
}