2010-09-25 02:32:37 -07:00
|
|
|
# List all devices which are _not_ detected by nixos-hardware-scan.
|
|
|
|
# Common devices are enabled by default.
|
2011-02-23 11:06:14 -08:00
|
|
|
{ config, pkgs, ... }:
|
2010-09-25 02:32:37 -07:00
|
|
|
|
|
|
|
with pkgs.lib;
|
|
|
|
|
|
|
|
{
|
2013-08-13 18:32:28 -07:00
|
|
|
hardware.enableAllFirmware = true;
|
2010-09-25 02:32:37 -07:00
|
|
|
}
|