Enable firmware upgrades
This commit is contained in:
parent
fbc00c9fe7
commit
c360921b51
|
@ -16,6 +16,7 @@
|
||||||
# Intel CPU tweaks
|
# Intel CPU tweaks
|
||||||
hardware.cpu.intel.updateMicrocode =
|
hardware.cpu.intel.updateMicrocode =
|
||||||
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
services.fwupd.enable = true;
|
||||||
|
|
||||||
hardware.opengl.extraPackages = with pkgs; [
|
hardware.opengl.extraPackages = with pkgs; [
|
||||||
vaapiIntel
|
vaapiIntel
|
||||||
|
|
Loading…
Reference in New Issue