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 = [
../.
];
boot.extraModulePackages = lib.mkDefault [ config.boot.kernelPackages.broadcom_sta ];
}