about summary refs log tree commit diff
path: root/nixos/modules/installer/scan/not-detected.nix
blob: b30c569ed2a7a0c466ea2363d3171898f3742e70 (plain) (blame)
1
2
3
4
5
6
7
8
9
# List all devices which are _not_ detected by nixos-hardware-scan.
# Common devices are enabled by default.
{ config, lib, pkgs, ... }:

with lib;

{
  hardware.enableAllFirmware = true;
}