fix: smtp_password
This commit is contained in:
parent
5b64a24b81
commit
5923681eb8
2 changed files with 2 additions and 2 deletions
|
|
@ -178,7 +178,7 @@ in
|
|||
'';
|
||||
startScript = pkgs.writeShellScript "trictrac-start" (
|
||||
optionalString (cfg.smtp.passwordFile != null) ''
|
||||
export SMTP_PASS="$(< "$CREDENTIALS_DIRECTORY/smtp-pass")"
|
||||
export SMTP_PASSWORD="$(< "$CREDENTIALS_DIRECTORY/smtp-pass")"
|
||||
'' + ''
|
||||
exec ${pkgs.trictrac}/bin/relay-server
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue