From 192f8e7699ffedb5a99515476d18793ec611aaa1 Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Mon, 8 May 2017 08:50:03 +0100 Subject: broadcom-bt-firmware: revert to unfree license was misinterpreted, it is now only conditionally in the all firmware list included, if `allowUnfree` is set. fixes #25567 --- nixos/modules/hardware/all-firmware.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nixos/modules/hardware') diff --git a/nixos/modules/hardware/all-firmware.nix b/nixos/modules/hardware/all-firmware.nix index 6e7f0bb491a1..ceca3b887b58 100644 --- a/nixos/modules/hardware/all-firmware.nix +++ b/nixos/modules/hardware/all-firmware.nix @@ -23,11 +23,12 @@ with lib; config = mkIf config.hardware.enableAllFirmware { hardware.firmware = with pkgs; [ - broadcom-bt-firmware firmwareLinuxNonfree intel2200BGFirmware rtl8723bs-firmware rtl8192su-firmware + ] ++ optionals config.nixpkgs.config.allowUnfree [ + broadcom-bt-firmware ]; }; -- cgit 1.4.1