Added bcn driver as insecure (RCE)

This commit is contained in:
2025-07-18 20:48:36 +03:00
parent 49cca78577
commit 3e339d3ae7

View File

@@ -79,4 +79,6 @@
environment.systemPackages = with pkgs; [mbpfan thermald];
boot.blacklistedKernelModules = ["b43" "ssb" "brcmfmac" "brcmsmac" "bcma"];
nixpkgs.config.permittedInsecurePackages = ["broadcom-sta-6.30.223.271-57-6.12.38"];
}