nixpkgs-suyu/nixos/modules/installer/scan/not-detected.nix

10 lines
202 B
Nix
Raw Normal View History

# 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;
}