diff --git a/Hardware/raspberry_pi_3_model_B.nix b/Hardware/raspberry_pi_3_model_B.nix index eb19e08..d90829e 100644 --- a/Hardware/raspberry_pi_3_model_B.nix +++ b/Hardware/raspberry_pi_3_model_B.nix @@ -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 ];