1 { config, lib, pkgs, ... }:
2 let kernelVersion = config.boot.kernelPackages.kernel.version; in
10 networking.enableB43Firmware = lib.mkOption {
12 type = lib.types.bool;
14 Turn on this option if you want firmware for the NICs supported by the b43 module.
23 config = lib.mkIf config.networking.enableB43Firmware {
24 hardware.firmware = [ pkgs.b43Firmware_5_1_138 ];