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

7 lines
133 B
Nix
Raw Normal View History

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