fixup! vault: implement bootstrap integration
Some checks failed
Run nix flake check / flake-check (push) Failing after 8m1s
Some checks failed
Run nix flake check / flake-check (push) Failing after 8m1s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user