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

with lib;

{
  hardware.enableRedistributableFirmware = true;
}