fixup! vault: implement bootstrap integration
Some checks failed
Run nix flake check / flake-check (push) Failing after 8m1s

This commit is contained in:
2026-02-02 23:19:05 +01:00
parent 1ae0e67e80
commit 389a838327
4 changed files with 39 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ in
# Fetch services
(mapAttrs' (name: secretCfg: nameValuePair "vault-secret-${name}" {
description = "Fetch Vault secret: ${name}";
before = secretCfg.services;
before = map (svc: "${svc}.service") secretCfg.services;
wantedBy = [ "multi-user.target" ];
# Ensure vault-fetch is available