Update Intel microcode

This commit is contained in:
coolneng 2023-01-04 12:34:29 +01:00
parent ec122d1ae4
commit 473b942bec
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 2 deletions

View File

@ -23,8 +23,10 @@ with pkgs;
}; };
# Intel CPU tweaks # Intel CPU tweaks
hardware.cpu.intel.updateMicrocode = hardware = {
lib.mkDefault config.hardware.enableRedistributableFirmware; enableRedistributableFirmware = true;
cpu.intel.updateMicrocode = true;
};
services.fwupd.enable = true; services.fwupd.enable = true;
hardware.opengl.extraPackages = hardware.opengl.extraPackages =