From d1a3e7338a434f2386f590936fa41274df375606 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 3 May 2026 00:39:23 -0400 Subject: [PATCH] added permittedInsecurePackages for discord-canary --- common/global/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common/global/default.nix b/common/global/default.nix index 935bfcd..bd48fa2 100644 --- a/common/global/default.nix +++ b/common/global/default.nix @@ -37,7 +37,12 @@ nixpkgs = { overlays = builtins.attrValues outputs.overlays; - config.allowUnfree = true; + config = { + allowUnfree = true; + permittedInsecurePackages = [ + "openssl-1.1.1w" # This is for discord-canary + ]; + }; }; services = {