Added python insecure package
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user