mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 16:16:21 +01:00
Merge pull request #1501 from imxade/patch-1
removed explicit gpu mention as it's included in cpu profile
This commit is contained in:
commit
61837d2a33
|
|
@ -2,9 +2,8 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../../common/cpu/intel
|
../../../common/cpu/intel/haswell
|
||||||
../../../common/pc/laptop
|
../../../common/pc/laptop
|
||||||
../../../common/gpu/intel/haswell
|
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.enableAllFirmware = lib.mkDefault true;
|
hardware.enableAllFirmware = lib.mkDefault true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue