From 10f85de469c2f99b075e84f3ee049a6ed39f0d36 Mon Sep 17 00:00:00 2001 From: kenny Date: Mon, 28 Jul 2025 15:03:16 +0300 Subject: [PATCH] nix flake update --- 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 7557713..dd76775 100644 --- a/hosts/puter/hardware-configuration.nix +++ b/hosts/puter/hardware-configuration.nix @@ -79,5 +79,5 @@ boot.blacklistedKernelModules = [ "b43" "ssb" "brcmfmac" "brcmsmac" "bcma" ]; nixpkgs.config.permittedInsecurePackages = - [ "broadcom-sta-6.30.223.271-57-6.12.40" ]; + [ "broadcom-sta-6.30.223.271-57-6.12.40" "python-2.7.18.8" ]; }