Merge pull request #31619 from NeQuissimus/exclude_rtl8723bs

rtl8723bs: Only include in enableAllFirmware if valid

authored by Franz Pletz and committed by GitHub 278bc224 ff568491

+2 -1
+2 -1
nixos/modules/hardware/all-firmware.nix
··· 37 37 hardware.firmware = with pkgs; [ 38 38 firmwareLinuxNonfree 39 39 intel2200BGFirmware 40 + rtl8192su-firmware 41 + ] ++ optionals (versionOlder config.boot.kernelPackages.kernel.version "4.13") [ 40 42 rtl8723bs-firmware 41 - rtl8192su-firmware 42 43 ]; 43 44 }) 44 45 (mkIf cfg.enableAllFirmware {