nixos-hardware/common/cpu/intel/comet-lake/default.nix

8 lines
80 B
Nix

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