fix(default.nix): remove permitted insecure packages #58

Merged
Richie merged 1 commits from feature/removing-permittedInsecurePackages into main 2026-08-25 16:18:40 -04:00
Showing only changes of commit 48806c84fe - Show all commits
-3
View File
@@ -42,9 +42,6 @@
overlays = builtins.attrValues outputs.overlays;
config = {
allowUnfree = true;
permittedInsecurePackages = [
"openssl-1.1.1w" # This is for discord-canary
];
};
};