mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
added intel whiskey lake
This commit is contained in:
committed by
mergify[bot]
parent
a3f63440fc
commit
de6fc55511
7
common/gpu/intel/whiskey-lake/default.nix
Normal file
7
common/gpu/intel/whiskey-lake/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
imports = [ ../. ];
|
||||
|
||||
boot.kernelParams = [ "i915.enable_guc=2" ];
|
||||
|
||||
hardware.intelgpu.vaapiDriver = "intel-media-driver";
|
||||
}
|
||||
Reference in New Issue
Block a user