vault-agent-secrets: put Before in the correct place
This commit is contained in:
parent
a66bd4822a
commit
ada466bae0
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue