From 0d3bd036cb16614a66f3fc5792b4c2bf42824009 Mon Sep 17 00:00:00 2001 From: isabel Date: Sat, 28 Feb 2026 11:00:15 +0000 Subject: [PATCH] nix/spindle: add descriptions to server.secrets.openbao --- nix/modules/spindle.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/modules/spindle.nix b/nix/modules/spindle.nix index 3b33450d..80fcaccc 100644 --- a/nix/modules/spindle.nix +++ b/nix/modules/spindle.nix @@ -86,10 +86,12 @@ in proxyAddr = mkOption { type = types.str; default = "http://127.0.0.1:8200"; + description = "Address of the OpenBAO proxy server"; }; mount = mkOption { type = types.str; default = "spindle"; + description = "Mount path in OpenBAO to read secrets from"; }; }; }; -- 2.51.2