1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-01 16:49:40 +01:00
nixos-hardware/common/gpu/intel/comet-lake/default.nix
2024-10-20 09:44:21 +00:00

5 lines
74 B
Nix

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