acme module: certs option loaOf -> attrsOf
This commit is contained in:
parent
bf570a494a
commit
e5b7975fe3
@ -129,7 +129,7 @@ in
|
|||||||
|
|
||||||
certs = mkOption {
|
certs = mkOption {
|
||||||
default = { };
|
default = { };
|
||||||
type = with types; loaOf (submodule certOpts);
|
type = with types; attrsOf (submodule certOpts);
|
||||||
description = ''
|
description = ''
|
||||||
Attribute set of certificates to get signed and renewed.
|
Attribute set of certificates to get signed and renewed.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user