Merge pull request #20456 from ericsagnes/feat/loaf-dep-1

Use attrsOf in place of loaOf when relevant
This commit is contained in:
Joachim F
2017-02-19 15:49:25 +01:00
committed by GitHub
6 changed files with 9 additions and 9 deletions
+1 -1
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.
'';