lists
This commit is contained in:
parent
5a246be433
commit
9af8c2fa62
|
@ -1,8 +1,8 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
# Since this is the machine that hosts vault
|
# Since this is the machine that hosts vault
|
||||||
systemd.services.vault = {
|
systemd.services.vault = {
|
||||||
before = "auto-secrets.service";
|
before = ["auto-secrets.service"];
|
||||||
partOf = "auto-secrets-service";
|
partOf = ["auto-secrets-service"];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.secrets = {
|
services.secrets = {
|
||||||
|
|
Loading…
Reference in a new issue