You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 line
332 B

  1. { config, lib, ... }:
  2. {
  3. imports = [
  4. ../../.
  5. ../../../common/pc/laptop
  6. ../../../common/pc/ssd
  7. ];
  8. # Built-in iSight is recognized by the generic uvcvideo kernel module
  9. hardware.facetimehd.enable = false;
  10. hardware.cpu.intel.updateMicrocode =
  11. lib.mkDefault config.hardware.enableRedistributableFirmware;
  12. }