stockholm/makefu/2configs/hw/bcm4352.nix
2016-10-28 14:10:40 +02:00

8 lines
166 B
Nix

{config, ...}:
{
networking.enableB43Firmware = true;
boot.kernelModules = [ "wl" ];
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
}