Update Intel microcode
This commit is contained in:
parent
ec122d1ae4
commit
473b942bec
|
@ -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 =
|
||||||
|
|
Loading…
Reference in New Issue