removed explicit gpu mention as it's included in cpu profile

This commit is contained in:
Rituraj 2025-06-15 20:07:14 +05:30 committed by GitHub
parent db030f62a4
commit 16aad554b0
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;