0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixosTests.acme-dns: init

This commit is contained in:
emilylange 2023-05-31 15:08:39 +02:00
parent d0af39521b
commit fa21828be5
No known key found for this signature in database
GPG key ID: 0AD773CE46FD0F87
3 changed files with 54 additions and 0 deletions

View file

@ -95,6 +95,7 @@ in {
_3proxy = runTest ./3proxy.nix;
aaaaxy = runTest ./aaaaxy.nix;
acme = runTest ./acme.nix;
acme-dns = handleTest ./acme-dns.nix {};
adguardhome = runTest ./adguardhome.nix;
aesmd = runTestOn ["x86_64-linux"] ./aesmd.nix;
agate = runTest ./web-servers/agate.nix;