feat(config): Enable Intel microcode updates on boot

This commit is contained in:
Vincent Ambo 2018-05-09 00:58:34 +02:00
parent 1b289e5486
commit 29ab1eb0a1

View file

@ -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 = [