Disable B43 wireless firmware

This commit is contained in:
Serĉanto de Scio 2019-10-16 11:54:23 +10:00
parent 8bb9cb6270
commit 4c673458d3
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -47,6 +47,10 @@
enableRedistributableFirmware = true; # Enable support for Pi firmware blobs enableRedistributableFirmware = true; # Enable support for Pi firmware blobs
}; };
networking = {
enableB43Firmware = false; # If true, enable Pi wireless firmware
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
raspberrypi-tools # Userland tools for the Raspberry Pi board raspberrypi-tools # Userland tools for the Raspberry Pi board
]; ];