From: Scott Worley Date: Wed, 3 Dec 2025 07:56:32 +0000 (-0800) Subject: Description and example X-Git-Url: http://git.scottworley.com/nixos-make-certs/commitdiff_plain/d8904896c3449a0d6f2d98cb0f4ded022dc4afa1?ds=sidebyside Description and example --- 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 {