···176 description = ''
177 Define which other containers this one depends on. They will be added to both After and Requires for the unit.
178179- Use the same name as the attribute under <literal>virtualisation.oci-containers</literal>.
180 '';
181 example = literalExample ''
182- virtualisation.oci-containers = {
183 node1 = {};
184 node2 = {
185 dependsOn = [ "node1" ];
···176 description = ''
177 Define which other containers this one depends on. They will be added to both After and Requires for the unit.
178179+ Use the same name as the attribute under <literal>virtualisation.oci-containers.containers</literal>.
180 '';
181 example = literalExample ''
182+ virtualisation.oci-containers.containers = {
183 node1 = {};
184 node2 = {
185 dependsOn = [ "node1" ];