mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
removed explicit gpu mention as it's included in cpu profile
This commit is contained in:
parent
db030f62a4
commit
16aad554b0
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue