feat(config): Enable Intel microcode updates on boot
This commit is contained in:
parent
1b289e5486
commit
29ab1eb0a1
1 changed files with 3 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue