about summary refs log tree commit diff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-12-19 00:02:47 +0000
committerGitHub <noreply@github.com>2023-12-19 00:02:47 +0000
commit5374345f821041149ae72cecf38f42ac7ce2d51f (patch)
tree9f77683506cececaa65be152cf2227936cdec63e /nixos/modules/hardware
parent7ed4d836778e9c92703af73d3717506bbc696be7 (diff)
parentbfd1d8a67e417715168f349a6e96adb3edc33f4c (diff)
downloadnixlib-5374345f821041149ae72cecf38f42ac7ce2d51f.tar
nixlib-5374345f821041149ae72cecf38f42ac7ce2d51f.tar.gz
nixlib-5374345f821041149ae72cecf38f42ac7ce2d51f.tar.bz2
nixlib-5374345f821041149ae72cecf38f42ac7ce2d51f.tar.lz
nixlib-5374345f821041149ae72cecf38f42ac7ce2d51f.tar.xz
nixlib-5374345f821041149ae72cecf38f42ac7ce2d51f.tar.zst
nixlib-5374345f821041149ae72cecf38f42ac7ce2d51f.zip
Merge staging-next into staging
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/all-firmware.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/nixos/modules/hardware/all-firmware.nix b/nixos/modules/hardware/all-firmware.nix
index 6f58e848b38a..a97c8c418c86 100644
--- a/nixos/modules/hardware/all-firmware.nix
+++ b/nixos/modules/hardware/all-firmware.nix
@@ -48,10 +48,7 @@ in {
         alsa-firmware
         sof-firmware
         libreelec-dvb-firmware
-      ] ++ optional pkgs.stdenv.hostPlatform.isAarch raspberrypiWirelessFirmware
-        ++ optionals (versionOlder config.boot.kernelPackages.kernel.version "4.13") [
-        rtl8723bs-firmware
-      ];
+      ] ++ optional pkgs.stdenv.hostPlatform.isAarch raspberrypiWirelessFirmware;
     })
     (mkIf cfg.enableAllFirmware {
       assertions = [{