Monorepo for Tangled tangled.org

nix/spindle: add descriptions to server.secrets.openbao #1094

merged opened by isabelroses.com targeting master

I was building nix docs for tangled and I got this error

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:qxichs7jsycphrsmbujwqbfb/sh.tangled.repo.pull/3mfw34xk5qr22
+2
Diff #0
+2
nix/modules/spindle.nix
··· 86 86 proxyAddr = mkOption { 87 87 type = types.str; 88 88 default = "http://127.0.0.1:8200"; 89 + description = "Address of the OpenBAO proxy server"; 89 90 }; 90 91 mount = mkOption { 91 92 type = types.str; 92 93 default = "spindle"; 94 + description = "Mount path in OpenBAO to read secrets from"; 93 95 }; 94 96 }; 95 97 };

History

1 round 1 comment
sign up or login to add to the discussion
isabelroses.com submitted #0
1 commit
expand
1c75e64b
nix/spindle: add descriptions to server.secrets.openbao
expand 1 comment

lgtm. Thanks!

pull request successfully merged