common/cpu/intel/comet-lake: init

This commit is contained in:
Matei Dibu
2024-03-25 12:24:34 +02:00
parent 9a763a7acc
commit 823a82200c
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
imports = [ ../. ];
boot.kernelParams = [
"i915.enable_guc=2"
];
}