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" ];
|
boot.kernelModules = [ "snd-seq" "snd-rawmidi" ];
|
||||||
hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
||||||
|
|
||||||
|
# Update Intel microcode on boot (both machines have Intel CPUs):
|
||||||
|
hardware.cpu.intel.updateMicrocode = true;
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
# Don't use ISP's DNS servers:
|
# Don't use ISP's DNS servers:
|
||||||
nameservers = [
|
nameservers = [
|
||||||
|
|
Loading…
Reference in a new issue