Added python.whatever as insecure

This commit is contained in:
2025-07-18 20:50:22 +03:00
parent 3e339d3ae7
commit 726b03befa

View File

@@ -80,5 +80,5 @@
boot.blacklistedKernelModules = ["b43" "ssb" "brcmfmac" "brcmsmac" "bcma"]; boot.blacklistedKernelModules = ["b43" "ssb" "brcmfmac" "brcmsmac" "bcma"];
nixpkgs.config.permittedInsecurePackages = ["broadcom-sta-6.30.223.271-57-6.12.38"]; nixpkgs.config.permittedInsecurePackages = ["broadcom-sta-6.30.223.271-57-6.12.38" "python-2.7.18.8"];
} }