From d8904896c3449a0d6f2d98cb0f4ded022dc4afa1 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Tue, 2 Dec 2025 23:56:32 -0800 Subject: [PATCH] Description and example --- modules/make-certs.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 { -- 2.50.1