Monorepo for Tangled

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

authored by

isabel and committed by tangled.org 0d3bd036 b24ab0a6

+2
+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 };