acme module: certs option loaOf -> attrsOf

wip/yesman
Eric Sagnes 8 years ago
parent bf570a494a
commit e5b7975fe3
  1. 2
      nixos/modules/security/acme.nix

@ -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…
Cancel
Save