diff --git a/nix/nginz.nix b/nix/nginz.nix index 9bd2f9a93ef..e752262acf1 100644 --- a/nix/nginz.nix +++ b/nix/nginz.nix @@ -13,7 +13,7 @@ , dumb-init , cacert , bashInteractive -, openssl +, openssl_1_1 , lib , makeWrapper , writers @@ -29,11 +29,7 @@ let }; nginz = nginx.override { - # openssl = (openssl.overrideAttrs (oldAttrs: { - # patches = oldAttrs.patches or [] ++ [ - # ./patch.patch - # ]; - # })); + openssl = openssl.override { openssl = openssl_1_1; }; modules = [ nginzModules.vts nginzModules.moreheaders