nginxQuic: use quictls library

This commit is contained in:
Izorkin 2021-12-08 16:54:52 +03:00
parent 921a58b8bc
commit 0f67b51e35
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09

View File

@ -21048,7 +21048,7 @@ with pkgs;
# See https://github.com/NixOS/nixpkgs/pull/10474#discussion_r42369334 # See https://github.com/NixOS/nixpkgs/pull/10474#discussion_r42369334
modules = [ nginxModules.rtmp nginxModules.dav nginxModules.moreheaders ]; modules = [ nginxModules.rtmp nginxModules.dav nginxModules.moreheaders ];
# Use latest boringssl to allow http3 support # Use latest boringssl to allow http3 support
openssl = boringssl; openssl = quictls;
}; };
nginxStable = callPackage ../servers/http/nginx/stable.nix { nginxStable = callPackage ../servers/http/nginx/stable.nix {