···176176 description = ''
177177 Define which other containers this one depends on. They will be added to both After and Requires for the unit.
178178179179- Use the same name as the attribute under <literal>virtualisation.oci-containers</literal>.
179179+ Use the same name as the attribute under <literal>virtualisation.oci-containers.containers</literal>.
180180 '';
181181 example = literalExample ''
182182- virtualisation.oci-containers = {
182182+ virtualisation.oci-containers.containers = {
183183 node1 = {};
184184 node2 = {
185185 dependsOn = [ "node1" ];