m bcm4352: init for x

This commit is contained in:
makefu 2016-08-13 22:38:09 +02:00
parent a0c1c4e89e
commit 6e3f0bbdec
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

6
2configs/hw/bcm4352.nix Normal file
View file

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