acme module: certs option loaOf -> attrsOf

This commit is contained in:
Eric Sagnes 2016-11-16 16:28:27 +09:00
parent bf570a494a
commit e5b7975fe3

View File

@ -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.
'';