treewide: Switch from gpu/intel to cpu/intel where applicable

This commit is contained in:
Gavin John
2024-10-10 10:04:47 -07:00
committed by mergify[bot]
parent c058019ce1
commit 7495e87753
35 changed files with 32 additions and 51 deletions

View File

@@ -3,13 +3,11 @@
{
imports = [
../../.
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/ssd
];
# Built-in iSight is recognized by the generic uvcvideo kernel module
hardware.facetimehd.enable = false;
hardware.cpu.intel.updateMicrocode =
lib.mkDefault config.hardware.enableRedistributableFirmware;
}