mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-07 01:21:09 +01:00
Merge pull request #1501 from imxade/patch-1
Some checks failed
Test / tests (push) Has been cancelled
Some checks failed
Test / tests (push) Has been cancelled
removed explicit gpu mention as it's included in cpu profile
This commit is contained in:
commit
61837d2a33
1 changed files with 1 additions and 2 deletions
|
|
@ -2,9 +2,8 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
../../../common/cpu/intel
|
||||
../../../common/cpu/intel/haswell
|
||||
../../../common/pc/laptop
|
||||
../../../common/gpu/intel/haswell
|
||||
];
|
||||
|
||||
hardware.enableAllFirmware = lib.mkDefault true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue