|
|
@ -66,7 +66,7 @@ in
|
|
|
|
};
|
|
|
|
};
|
|
|
|
additionalKeyProviders = mkOption {
|
|
|
|
additionalKeyProviders = mkOption {
|
|
|
|
default = {};
|
|
|
|
default = {};
|
|
|
|
type = with types; attrsOf (functionTo attrs);
|
|
|
|
type = with types; unspecified;
|
|
|
|
description = mdDoc ''
|
|
|
|
description = mdDoc ''
|
|
|
|
Additional key providers to load, with their names being used to select them in the
|
|
|
|
Additional key providers to load, with their names being used to select them in the
|
|
|
|
`keyProviders` option
|
|
|
|
`keyProviders` option
|
|
|
@ -74,7 +74,7 @@ in
|
|
|
|
};
|
|
|
|
};
|
|
|
|
additionalParsers = mkOption {
|
|
|
|
additionalParsers = mkOption {
|
|
|
|
default = {};
|
|
|
|
default = {};
|
|
|
|
type = with types; attrsOf (functionTo attrs);
|
|
|
|
type = with types; unspecified;
|
|
|
|
description = mdDoc ''
|
|
|
|
description = mdDoc ''
|
|
|
|
Additional parsers to load, with their names being used to compare to the acl's
|
|
|
|
Additional parsers to load, with their names being used to compare to the acl's
|
|
|
|
"version" field.
|
|
|
|
"version" field.
|
|
|
@ -82,7 +82,7 @@ in
|
|
|
|
};
|
|
|
|
};
|
|
|
|
additionalConfigurers = mkOption {
|
|
|
|
additionalConfigurers = mkOption {
|
|
|
|
default = {};
|
|
|
|
default = {};
|
|
|
|
type = with types; attrsOf (functionTo attrs);
|
|
|
|
type = with types; unspecified;
|
|
|
|
description = mdDoc ''
|
|
|
|
description = mdDoc ''
|
|
|
|
Additional configurers to load, with their names being used to select them in the
|
|
|
|
Additional configurers to load, with their names being used to select them in the
|
|
|
|
`configurer` option.
|
|
|
|
`configurer` option.
|
|
|
|