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 = {