mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 01:48:50 +08:00
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:
@@ -2,6 +2,7 @@
|
||||
imports = [ ../. ];
|
||||
|
||||
hardware.intelgpu = {
|
||||
computeRuntime = "legacy";
|
||||
vaapiDriver = "intel-vaapi-driver";
|
||||
enableHybridCodec = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user