From 8d5a8e1fe1b9213b2908aad2200b9b9f8b9c823c Mon Sep 17 00:00:00 2001 From: kat witch Date: Wed, 22 Dec 2021 01:20:23 +0000 Subject: [PATCH] intel: microcode updates --- config/profiles/hardware/intel.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/profiles/hardware/intel.nix b/config/profiles/hardware/intel.nix index 51d7cd64..01367693 100644 --- a/config/profiles/hardware/intel.nix +++ b/config/profiles/hardware/intel.nix @@ -7,6 +7,8 @@ { deploy.profile.hardware.intel = true; + hardware.cpu.intel.updateMicrocode = true; + boot = { kernelModules = [ "kvm-intel" ]; };