nixos: enable nginx test

cc #23279
release-18.03-flake
Franz Pletz 2017-03-20 19:05:22 +01:00
parent fff8cc79df
commit 7151e74883
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ in rec {
tests.networkingProxy = callTest tests/networking-proxy.nix {};
tests.nfs3 = callTest tests/nfs.nix { version = 3; };
tests.nfs4 = callTest tests/nfs.nix { version = 4; };
tests.nginx = callTest tests/nginx.nix { };
tests.leaps = callTest tests/leaps.nix { };
tests.nsd = callTest tests/nsd.nix {};
tests.openssh = callTest tests/openssh.nix {};