vault-agent-secrets: put Before in the correct place

This commit is contained in:
Luke Granger-Brown 2022-03-11 18:48:08 +00:00
parent a66bd4822a
commit ada466bae0

View file

@ -97,6 +97,8 @@ in
services.vault-agent = { services.vault-agent = {
serviceConfig = { serviceConfig = {
SupplementaryGroups = mkBefore secretsGroups; SupplementaryGroups = mkBefore secretsGroups;
};
unitConfig = {
Before = mkBefore allRestartableUnits; Before = mkBefore allRestartableUnits;
}; };
}; };