Enable firmware upgrades

This commit is contained in:
coolneng 2021-05-05 00:40:14 +02:00
parent fbc00c9fe7
commit c360921b51
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

@ -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