From 3e339d3ae75e7725369c031d4a245b7e365ffd63 Mon Sep 17 00:00:00 2001 From: kenny Date: Fri, 18 Jul 2025 20:48:36 +0300 Subject: [PATCH] Added bcn driver as insecure (RCE) --- hosts/puter/hardware-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/puter/hardware-configuration.nix b/hosts/puter/hardware-configuration.nix index 1977826..6f7f85f 100644 --- a/hosts/puter/hardware-configuration.nix +++ b/hosts/puter/hardware-configuration.nix @@ -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"]; }