zope2 module: instance option loaOf -> attrsOf
This commit is contained in:
@@ -74,7 +74,7 @@ in
|
|||||||
|
|
||||||
services.zope2.instances = mkOption {
|
services.zope2.instances = mkOption {
|
||||||
default = {};
|
default = {};
|
||||||
type = with types; loaOf (submodule zope2Opts);
|
type = with types; attrsOf (submodule zope2Opts);
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
{
|
{
|
||||||
plone01 = {
|
plone01 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user