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