Merge pull request #107610 from puffnfresh/patch-3

oci-containers: fix containers attribute in docs

authored by

lewo and committed by
GitHub
7a6a0577 68a8e7bb

+2 -2
+2 -2
nixos/modules/virtualisation/oci-containers.nix
··· 176 description = '' 177 Define which other containers this one depends on. They will be added to both After and Requires for the unit. 178 179 - 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. 178 179 + 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" ];