1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2025-01-26 10:44:59 +01:00
nixos-hardware/common/gpu/intel/comet-lake/default.nix

8 lines
80 B
Nix
Raw Normal View History

2024-03-25 12:24:34 +02:00
{
imports = [ ../. ];
boot.kernelParams = [
"i915.enable_guc=2"
];
}