From 8965df701e1d5df243f7bd48e660f29d126a9d0c Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Mon, 13 Dec 2021 07:47:06 +0000 Subject: [PATCH] Update intel microcode on all systems --- hosts/common/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 65a2cbc..46bb26f 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -65,6 +65,8 @@ hardware.bluetooth.enable = true; services.blueman.enable = true; + hardware.cpu.intel.updateMicrocode = true; + # Define a user account. Don't forget to set a password with ‘passwd’. users.users.daniel = { isNormalUser = true;