Merge pull request #1501 from imxade/patch-1

removed explicit gpu mention as it's included in cpu profile
This commit is contained in:
Jörg Thalheim 2025-06-16 16:16:41 +02:00 committed by GitHub
commit 61837d2a33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;