1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-01 00:29:40 +01:00

remove broadcom_sta since it was likely already added by nixos-generate-hardware

This commit is contained in:
Tau 2024-10-27 18:11:27 -04:00 committed by mergify[bot]
parent 8cf35efba1
commit da14839ac5

View file

@ -4,6 +4,4 @@
imports = [ imports = [
../. ../.
]; ];
boot.extraModulePackages = lib.mkDefault [ config.boot.kernelPackages.broadcom_sta ];
} }