Update Intel microcode

This commit is contained in:
2023-01-04 12:34:29 +01:00
parent ec122d1ae4
commit 473b942bec

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 =