sops/tracktrain: fix a missed non-declarative secret
This commit is contained in:
parent
6a51e74c73
commit
e5d57ebec9
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ in
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
EnvironmentFile = "/persist/secrets.env";
|
EnvironmentFile = "/secrets/env";
|
||||||
User = "tracktrain";
|
User = "tracktrain";
|
||||||
Group = "tracktrain";
|
Group = "tracktrain";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue