mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
8 lines
80 B
Nix
8 lines
80 B
Nix
{
|
|
imports = [ ../. ];
|
|
|
|
boot.kernelParams = [
|
|
"i915.enable_guc=2"
|
|
];
|
|
}
|