nixpkgs-odroid-hc4/nixos/modules/installer/scan/not-detected.nix
2025-12-20 09:59:59 +11:00

6 lines
164 B
Nix

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