about summary refs log tree commit diff
path: root/nixos/modules/installer/scan/not-detected.nix
blob: baa068c08dbff70d9090bbd47dd3a56d7749d917 (plain) (blame)
1
2
3
4
5
6
# Enables non-free firmware on devices not recognized by `nixos-generate-config`.
{ lib, ... }:

{
  hardware.enableRedistributableFirmware = lib.mkDefault true;
}