diff --git a/nixos/release-small.nix b/nixos/release-small.nix index e29070219ef0..ec0490427139 100644 --- a/nixos/release-small.nix +++ b/nixos/release-small.nix @@ -48,10 +48,12 @@ rec { dummy ; tests = { - inherit (nixos'.tests.acme) - http01-builtin - dns01 - ; + acme = { + inherit (nixos'.tests.acme) + http01-builtin + dns01 + ; + }; inherit (nixos'.tests) containers-imperative containers-ip