chore(ops/nixos/tvl-sso): add secrets
Change-Id: I29f5e762852593f05b9936d5635aadcc7eba2840 Reviewed-on: https://cl.tvl.fyi/c/depot/+/951 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
1e8dbd5b1b
commit
cb52c9e41d
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ in {
|
|||
User = "apereo-cas";
|
||||
Group = "apereo-cas";
|
||||
ExecStart = "${apereo-cas}/bin/cas";
|
||||
EnvironmentFile = "/etc/cas/secrets";
|
||||
Restart = "always";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue