m bcm4352: init for x

This commit is contained in:
makefu 2016-08-13 22:38:09 +02:00
parent 38e19bd04f
commit 2ac7d159f8
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,7 @@
# hardware specifics are in here
../2configs/hw/tp-x220.nix
../2configs/hw/rtl8812au.nix
../2configs/hw/bcm4352.nix
# mount points
../2configs/fs/sda-crypto-root-home.nix
# ../2configs/mediawiki.nix

View File

@ -0,0 +1,6 @@
{config, ...}:
{
networking.enableB43Firmware = true;
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
}