common/gpu/intel: update modules to use new options

This commit is contained in:
Gavin John
2024-10-18 14:25:48 -07:00
committed by mergify[bot]
parent 184091915d
commit 86a33c3e32
10 changed files with 51 additions and 0 deletions

View File

@@ -2,4 +2,6 @@
imports = [ ../. ];
boot.kernelParams = [ "i915.enable_guc=2" ];
hardware.intelgpu.vaapiDriver = "intel-media-driver";
}