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