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

10 lines
190 B
Nix

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