1

Remove redundant microcode config

This commit is contained in:
2022-07-02 00:08:04 +02:00
parent 9443045e58
commit 745892eb07

View File

@ -66,11 +66,11 @@
security.protectKernelImage = true;
hardware = {
cpu.intel.updateMicrocode = true;
# cpu.intel.updateMicrocode = true; # Already defined in hardware.nix
# Use all redistributable firmware (i.e. nonfree)
enableAllFirmware = true;
enableRedistributableFirmware = true;
enableRedistributableFirmware = true; # Also enables microcode update
nvidia.modesetting.enable = true; # Not officially supported by NVidia but needed for wayland
opengl.enable = true;