treewide: set intel cpu variant to legacy where newer versions are not supported

According to https://github.com/intel/compute-runtime#legacy-platforms
This commit is contained in:
Sandro Jäckel
2025-09-11 23:58:40 +02:00
parent 4100cffdbe
commit e049c10c3e
6 changed files with 18 additions and 4 deletions

View File

@@ -10,6 +10,7 @@
# NixOS Wiki recommends using the legacy intel-vaapi-driver with the hybrid codec over that one for Skylake.
# https://wiki.nixos.org/wiki/Accelerated_Video_Playback
hardware.intelgpu = {
computeRuntime = "legacy";
vaapiDriver = "intel-vaapi-driver";
enableHybridCodec = true;
};