about summary refs log tree commit diff
path: root/nixpkgs/nixos/modules/hardware/network/broadcom-43xx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/modules/hardware/network/broadcom-43xx.nix')
-rw-r--r--nixpkgs/nixos/modules/hardware/network/broadcom-43xx.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixpkgs/nixos/modules/hardware/network/broadcom-43xx.nix b/nixpkgs/nixos/modules/hardware/network/broadcom-43xx.nix
new file mode 100644
index 000000000000..c92b7a0509d0
--- /dev/null
+++ b/nixpkgs/nixos/modules/hardware/network/broadcom-43xx.nix
@@ -0,0 +1,3 @@
+{
+  hardware.enableRedistributableFirmware = true;
+}