1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/common/cpu/intel/comet-lake/default.nix
2024-03-25 12:24:34 +02:00

8 lines
80 B
Nix

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