diff --git a/hosts/puter/hardware-configuration.nix b/hosts/puter/hardware-configuration.nix index 0aa59b4..f18af31 100644 --- a/hosts/puter/hardware-configuration.nix +++ b/hosts/puter/hardware-configuration.nix @@ -83,5 +83,6 @@ nixpkgs.config.allowInsecurePredicate = pkg: builtins.elem (lib.getName pkg) [ "broadcom-sta" # aka “wl” + "python2.7" ]; }