1 2 3 4 5 6
{config, ...}: { networking.enableB43Firmware = true; boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ]; }