From e5d92728f0035df028df8811d32b013edae3a414 Mon Sep 17 00:00:00 2001 From: Fabian Date: Thu, 27 Feb 2020 21:18:14 +0000 Subject: [PATCH] Enable nuc microcode updates --- hardware/nuc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/nuc.nix b/hardware/nuc.nix index 8c3cc2f..e5d0a42 100644 --- a/hardware/nuc.nix +++ b/hardware/nuc.nix @@ -15,7 +15,7 @@ boot.extraModulePackages = [ ]; # boot.kernelParams = [ "console=ttyS0,115200n8" ]; - + hardware.cpu.intel.updateMicrocode = true; powerManagement.cpuFreqGovernor = "ondemand"; nix.maxJobs = lib.mkDefault 8; }