stockholm/makefu/2configs/hw/bcm4352.nix

8 lines
166 B
Nix
Raw Normal View History

2016-08-13 20:38:09 +00:00
{config, ...}:
{
networking.enableB43Firmware = true;
boot.kernelModules = [ "wl" ];
2016-08-13 20:38:09 +00:00
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
}