Remove redundant microcode config
This commit is contained in:
@ -66,11 +66,11 @@
|
|||||||
security.protectKernelImage = true;
|
security.protectKernelImage = true;
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
cpu.intel.updateMicrocode = true;
|
# cpu.intel.updateMicrocode = true; # Already defined in hardware.nix
|
||||||
|
|
||||||
# Use all redistributable firmware (i.e. nonfree)
|
# Use all redistributable firmware (i.e. nonfree)
|
||||||
enableAllFirmware = true;
|
enableAllFirmware = true;
|
||||||
enableRedistributableFirmware = true;
|
enableRedistributableFirmware = true; # Also enables microcode update
|
||||||
|
|
||||||
nvidia.modesetting.enable = true; # Not officially supported by NVidia but needed for wayland
|
nvidia.modesetting.enable = true; # Not officially supported by NVidia but needed for wayland
|
||||||
opengl.enable = true;
|
opengl.enable = true;
|
||||||
|
Reference in New Issue
Block a user