Skip to content

Commit

Permalink
feat: add common config for intel elhart-lake and jasper-lake
Browse files Browse the repository at this point in the history
  • Loading branch information
yannick-mayeur authored and Mic92 committed Sep 3, 2023
1 parent 6f081cd commit 19cf623
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions common/cpu/intel/elkhart-lake/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
imports = [ ../. ];

boot.kernelParams = [
"i915.enable_guc=2"
];
}
7 changes: 7 additions & 0 deletions common/cpu/intel/jasper-lake/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
imports = [ ../. ];

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

0 comments on commit 19cf623

Please sign in to comment.