mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01: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:
parent
72d3c00702
commit
ba8294c0a1
32 changed files with 28 additions and 28 deletions
|
|
@ -14,7 +14,7 @@ in {
|
|||
../../../common/pc/ssd
|
||||
# The Intel CPU module auto-includes Intel's GPU:
|
||||
../../../common/cpu/intel
|
||||
../../../common/cpu/intel/kaby-lake
|
||||
../../../common/gpu/intel/kaby-lake
|
||||
];
|
||||
|
||||
boot.kernelParams = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue