1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-07-02 09:28:33 +02:00
nixos-hardware/common/cpu/intel/jasper-lake/default.nix

8 lines
80 B
Nix

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