1 { config, pkgs, lib, ... }:
9 networking.enableIntel2200BGFirmware = lib.mkOption {
11 type = lib.types.bool;
13 Turn on this option if you want firmware for the Intel
14 PRO/Wireless 2200BG to be loaded automatically. This is
15 required if you want to use this device.
24 config = lib.mkIf config.networking.enableIntel2200BGFirmware {
26 hardware.firmware = [ pkgs.intel2200BGFirmware ];