{ moduleFunctions }: let inherit (moduleFunctions.instancesFunctions) sslPath sopsPath ; label = "Acme"; name = "acme"; in { label = label; name = name; paths = { path0 = sslPath; }; sops = { path0 = "${sopsPath}/${name}"; }; }