fix(secrets): set templates

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
main
Raito Bezarius 3 months ago
parent a88d971d02
commit a3ddc57244

@ -148,7 +148,7 @@ in
})); }));
}; };
services.vault.agents = lib.mkOption { services.openbao.agents = lib.mkOption {
type = lib.types.attrsOf (lib.types.submodule ({ config, ... }: { type = lib.types.attrsOf (lib.types.submodule ({ config, ... }: {
config.settings.template = vaultTemplates config; config.settings.template = vaultTemplates config;
})); }));

Loading…
Cancel
Save