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

@@ -8,5 +8,6 @@
(lib.mkIf (config.hardware.intelgpu.driver == "i915") {
boot.kernelParams = [ "i915.enable_guc=3" ];
})
{ hardware.intelgpu.vaapiDriver = "intel-media-driver"; }
];
}