Merge pull request #128855 from sjau/ssmtp_nixos_options
This commit is contained in:
commit
d0cec56cef
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,8 @@ in
|
|||
example = "/run/keys/ssmtp-authpass";
|
||||
description = ''
|
||||
Path to a file that contains the password used for SMTP auth. The file
|
||||
should not contain a trailing newline, if the password does not contain one.
|
||||
should not contain a trailing newline, if the password does not contain one
|
||||
(e.g. use <command>echo -n "password" > file</command>).
|
||||
This file should be readable by the users that need to execute ssmtp.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue