nginx: add link to acme nixos test

This commit is contained in:
Léo Gaspard 2021-04-04 00:33:31 +02:00
parent 58c16121e6
commit f93396bf52

View file

@ -145,6 +145,7 @@ stdenv.mkDerivation {
tests = {
inherit (nixosTests) nginx nginx-auth nginx-etag nginx-pubhtml nginx-sandbox nginx-sso;
variants = lib.recurseIntoAttrs nixosTests.nginx-variants;
acme-integration = nixosTests.acme;
};
};