mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
common: Move Intel generation-specific config from cpu to gpu
These modules only included gpu configuration, so belong in that location.
This commit is contained in:
committed by
mergify[bot]
parent
72d3c00702
commit
ba8294c0a1
7
common/gpu/intel/jasper-lake/default.nix
Normal file
7
common/gpu/intel/jasper-lake/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
imports = [ ../. ];
|
||||
|
||||
boot.kernelParams = [
|
||||
"i915.enable_guc=2"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user