added permittedInsecurePackages for discord-canary

This commit is contained in:
2026-05-03 00:39:23 -04:00
parent 687ef0c167
commit d1a3e7338a
+6 -1
View File
@@ -37,7 +37,12 @@
nixpkgs = { nixpkgs = {
overlays = builtins.attrValues outputs.overlays; overlays = builtins.attrValues outputs.overlays;
config.allowUnfree = true; config = {
allowUnfree = true;
permittedInsecurePackages = [
"openssl-1.1.1w" # This is for discord-canary
];
};
}; };
services = { services = {