From 80368f38551481feceb30a81e917b18e98d83368 Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 29 Feb 2024 23:07:00 -0500 Subject: [PATCH] nullbox: update microcode --- hosts/nullbox/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/nullbox/configuration.nix b/hosts/nullbox/configuration.nix index 9a1002d..f5d48a6 100644 --- a/hosts/nullbox/configuration.nix +++ b/hosts/nullbox/configuration.nix @@ -40,6 +40,8 @@ hardware.nvidia.open = true; + hardware.cpu.intel.updateMicrocode = true; + # nixfiles nixfiles = { profile.pc.enable = true;