From 473b942bec55686ea0c37ec519e84a7e1fb916e6 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 4 Jan 2023 12:34:29 +0100 Subject: [PATCH] Update Intel microcode --- configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 332f9a2..115db74 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 =