about summary refs log tree commit diff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2023-12-05 14:29:21 -0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2023-12-18 10:49:40 -0800
commit432b9bd6208071be5035efa7e275f906f252861c (patch)
tree6fd2dad03da16488711b05b2c44e7e68360e2c06 /nixos/modules/hardware
parentcd8026269779f32c6d7f4aff13f2fccdc6b905d1 (diff)
nixos/firmware: Omit removed rtl8723-bs package
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 6f58e848b38ae..a97c8c418c865 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 = [{