1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 21:07:23 +02:00
nixos-hardware/common/cpu/intel/elkhart-lake/default.nix

7 lines
80 B
Nix

{
imports = [ ../. ];
boot.kernelParams = [
"i915.enable_guc=2"
];
}