From 726b03befaa3ae3ef0a80f1f90f25c55a46d2483 Mon Sep 17 00:00:00 2001 From: kenny Date: Fri, 18 Jul 2025 20:50:22 +0300 Subject: [PATCH] Added python.whatever as insecure --- hosts/puter/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/puter/hardware-configuration.nix b/hosts/puter/hardware-configuration.nix index 6f7f85f..6602562 100644 --- a/hosts/puter/hardware-configuration.nix +++ b/hosts/puter/hardware-configuration.nix @@ -80,5 +80,5 @@ 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"]; }