I was building nix docs for tangled and I got this error
+2
nix/modules/spindle.nix
+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
isabelroses.com
submitted
#0
1 commit
expand
collapse
1c75e64b
nix/spindle: add descriptions to server.secrets.openbao
expand 1 comment
pull request successfully merged
lgtm. Thanks!