Tweak the performance of the GPU

This commit is contained in:
2023-09-01 23:46:00 +02:00
parent 18a57605ac
commit 984b9d1d51
3 changed files with 6 additions and 6 deletions

View File

@@ -25,13 +25,12 @@ with pkgs;
};
# Intel CPU tweaks
hardware = {
enableRedistributableFirmware = true;
cpu.intel.updateMicrocode = true;
};
hardware.enableRedistributableFirmware = true;
services.fwupd.enable = true;
hardware.opengl.extraPackages = [ vaapiIntel vaapiVdpau libvdpau-va-gl ];
# Hardware video acceleration
hardware.opengl.extraPackages =
[ intel-media-driver vaapiIntel vaapiVdpau libvdpau-va-gl ];
# Bootloader configuration
boot.loader = {