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
hardware.cpu.intel.updateMicrocode =
lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware = {
enableRedistributableFirmware = true;
cpu.intel.updateMicrocode = true;
};
services.fwupd.enable = true;
hardware.opengl.extraPackages =