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