From 44d914cd8c795e31193abdff1d2021feb61edd83 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sun, 17 Feb 2019 21:05:28 +0100 Subject: [PATCH] =?UTF-8?q?PC-Fixe:=20activation=20mise=20=C3=A0=20jour=20?= =?UTF-8?q?microcode=20Intel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- systems/PC-Fixe/hardware-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/PC-Fixe/hardware-configuration.nix b/systems/PC-Fixe/hardware-configuration.nix index 2439beb..fcbbff7 100644 --- a/systems/PC-Fixe/hardware-configuration.nix +++ b/systems/PC-Fixe/hardware-configuration.nix @@ -12,6 +12,8 @@ boot.kernelModules = [ "kvm-intel" "nct6775" ]; boot.extraModulePackages = [ ]; + hardware.cpu.intel.updateMicrocode = true; + fileSystems."/" = { device = "/dev/disk/by-uuid/509a5842-56fe-40bd-8b00-6bda87e02e5e"; fsType = "ext4";