nixpkgs/nixos/modules/installer/scan/not-detected.nix
2018-06-17 23:25:41 +03:00

7 lines
164 B
Nix

# Enables non-free firmware on devices not recognized by `nixos-generate-config`.
{ lib, ... }:
{
hardware.enableRedistributableFirmware = lib.mkDefault true;
}