]> git.scottworley.com Git - nixos-make-certs/commitdiff
Description and example master
authorScott Worley <scottworley@scottworley.com>
Wed, 3 Dec 2025 07:56:32 +0000 (23:56 -0800)
committerScott Worley <scottworley@scottworley.com>
Wed, 3 Dec 2025 07:56:32 +0000 (23:56 -0800)
modules/make-certs.nix

index a7dae4b552f4346051c4ca01614ff7bc7c58d635..2da6e7dc94a7d239989c00fada9f4577cb794cc2 100644 (file)
@@ -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 {