Disable B43 wireless firmware
This commit is contained in:
parent
8bb9cb6270
commit
4c673458d3
|
@ -47,6 +47,10 @@
|
|||
enableRedistributableFirmware = true; # Enable support for Pi firmware blobs
|
||||
};
|
||||
|
||||
networking = {
|
||||
enableB43Firmware = false; # If true, enable Pi wireless firmware
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
raspberrypi-tools # Userland tools for the Raspberry Pi board
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue