mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 01:48:50 +08:00
common/gpu/intel: update modules to use new options
This commit is contained in:
@@ -8,5 +8,6 @@
|
||||
(lib.mkIf (config.hardware.intelgpu.driver == "i915") {
|
||||
boot.kernelParams = [ "i915.enable_guc=3" ];
|
||||
})
|
||||
{ hardware.intelgpu.vaapiDriver = "intel-media-driver"; }
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user