From b7f5317e7601afaf3c0975b96cbd1bcdeea5febf Mon Sep 17 00:00:00 2001 From: foosinn Date: Tue, 13 Oct 2020 15:07:43 +0200 Subject: [PATCH] update microcode --- hardware/xps15-sphere.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware/xps15-sphere.nix b/hardware/xps15-sphere.nix index 7be2449..80c0b2e 100644 --- a/hardware/xps15-sphere.nix +++ b/hardware/xps15-sphere.nix @@ -38,6 +38,7 @@ in { # custom boot.kernelPackages = unstable.linuxPackages_latest; boot.loader.systemd-boot.enable = true; + hardware.cpu.intel.updateMicrocode = true; networking.hostId = "eff291c4"; networking.hostName = "sphere"; networking.interfaces.enp0s20f0u1.useDHCP = true;