nixos/release-small: fix nesting on new acme tests

This commit is contained in:
K900 2025-02-26 10:50:20 +03:00
parent f535647ef6
commit a8ff6cf2e0

View file

@ -48,10 +48,12 @@ rec {
dummy dummy
; ;
tests = { tests = {
inherit (nixos'.tests.acme) acme = {
http01-builtin inherit (nixos'.tests.acme)
dns01 http01-builtin
; dns01
;
};
inherit (nixos'.tests) inherit (nixos'.tests)
containers-imperative containers-imperative
containers-ip containers-ip