From 570d1be68c27ad3cffc0d4decc3067d464574d62 Mon Sep 17 00:00:00 2001 From: Bad Date: Fri, 8 Jul 2022 23:45:44 +0200 Subject: [PATCH] Update intel microcode --- hosts/teapot.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/teapot.nix b/hosts/teapot.nix index bf1a72b..9514814 100644 --- a/hosts/teapot.nix +++ b/hosts/teapot.nix @@ -11,11 +11,13 @@ system.stateVersion = "20.09"; # Did you read the comment? boot.loader.efi.canTouchEfiVariables = true; + hardware.cpu.intel.updateMicrocode = true; boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; boot.initrd.kernelModules = [ "dm-snapshot" ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; + services.fwupd.enable = true; fileSystems."/" =