nullmailer: use proper description for remotes option

This commit is contained in:
Marius Bergmann 2017-09-28 08:37:48 +02:00
parent f9d64a068b
commit 02e89de71c

View file

@ -142,7 +142,16 @@ with lib;
type = types.nullOr types.str;
default = null;
description = ''
If set, content will override the envelope sender on all messages.
A list of remote servers to which to send each message. Each line
contains a remote host name or address followed by an optional
protocol string, separated by white space.
See <code>man 8 nullmailer-send</code> for syntax and available
options.
WARNING: This is stored world-readable in the nix store. If you need
to specify any secret credentials here, consider using the
<code>remotesFile</code> option instead.
'';
};