1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-18 23:50:07 +03:00
nixpkgs/nixos/modules/installer/scan/not-detected.nix

10 lines
190 B
Nix
Raw Normal View History

# List all devices which are _not_ detected by nixos-hardware-scan.
# Common devices are enabled by default.
{ config, lib, pkgs, ... }:
with lib;
{
hardware.enableAllFirmware = true;
}