From b25c951ed56c9ea14d90fdfeb1957f538f69fce4 Mon Sep 17 00:00:00 2001 From: kenny Date: Fri, 31 Oct 2025 14:20:24 +0200 Subject: [PATCH] Added python insecure package --- hosts/puter/hardware-configuration.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/puter/hardware-configuration.nix b/hosts/puter/hardware-configuration.nix index baa4dbf..5c0ea03 100644 --- a/hosts/puter/hardware-configuration.nix +++ b/hosts/puter/hardware-configuration.nix @@ -80,12 +80,12 @@ boot.blacklistedKernelModules = ["b43" "ssb" "brcmfmac" "brcmsmac" "bcma"]; - #nixpkgs.config.allowInsecurePredicate = pkg: - # builtins.elem (lib.getName pkg) [ - # "broadcom-sta" # aka “wl” - # "python" - # "qtwebengine" - # ]; + nixpkgs.config.allowInsecurePredicate = pkg: + builtins.elem (lib.getName pkg) [ + # "broadcom-sta" # aka “wl” + "python" + # "qtwebengine" + ]; powerManagement = { enable = true;