X-Git-Url: http://git.scottworley.com/nixos-make-certs/blobdiff_plain/54ddb367272714195a7eca5651d43aa7e4e9c024..d8904896c3449a0d6f2d98cb0f4ded022dc4afa1:/modules/make-certs.nix diff --git a/modules/make-certs.nix b/modules/make-certs.nix index a7dae4b..2da6e7d 100644 --- a/modules/make-certs.nix +++ b/modules/make-certs.nix @@ -27,6 +27,11 @@ let in { options = { chkno.make-certs = lib.mkOption { + description = "Certificates to generate."; + example = { + send-email.user = "stunnel"; + send-print.user = "stunnel"; + }; type = lib.types.attrsOf (lib.types.submodule { options = { dir = lib.mkOption {