summary refs log tree commit diff
path: root/modules/installer/scan/not-detected.nix
blob: 814858fdffda0fbcf94c6d8c66253a8af4cb2608 (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, pkgs, ... }:

with pkgs.lib;

{
  hardware.enableAllFirmware = true;
}