summary refs log tree commit diff
path: root/nixos/modules/installer/scan/not-detected.nix
blob: 962ab513f955512473568d7d850ec080e20ceeaa (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.enableRedistributalFirmware = true;
}