From 29ab1eb0a110c74bf70c0da0c9c8d3ab4f7ab3d4 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 9 May 2018 00:58:34 +0200 Subject: feat(config): Enable Intel microcode updates on boot --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index a4891b812dd1..063acf96b0b6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -25,6 +25,9 @@ boot.kernelModules = [ "snd-seq" "snd-rawmidi" ]; hardware.pulseaudio.package = pkgs.pulseaudioFull; + # Update Intel microcode on boot (both machines have Intel CPUs): + hardware.cpu.intel.updateMicrocode = true; + networking = { # Don't use ISP's DNS servers: nameservers = [ -- cgit 1.4.1