m bcm4352: init for x
This commit is contained in:
parent
a0c1c4e89e
commit
6e3f0bbdec
|
@ -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
6
2configs/hw/bcm4352.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{config, ...}:
|
||||
{
|
||||
networking.enableB43Firmware = true;
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
|
||||
}
|
||||
|
Loading…
Reference in a new issue