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

@@ -2,6 +2,7 @@
imports = [ ../. ];
hardware.intelgpu = {
computeRuntime = "legacy";
vaapiDriver = "intel-vaapi-driver";
enableHybridCodec = true;
};