This commit is contained in:
Jakob Lechner 2025-08-06 01:17:57 +02:00
parent 6414b7b79d
commit 69e05f6599

View file

@ -22,7 +22,10 @@
workstation.enable = true;
};
hardware.cpu.intel.updateMicrocode = true;
hardware = {
cpu.intel.updateMicrocode = true;
firmware = [ pkgs.linux-firmware ];
};
powerManagement.cpuFreqGovernor = "performance";