summary refs log tree commit diff
path: root/nixos/modules/services/mail/nullmailer.nix
diff options
context:
space:
mode:
authorMarius Bergmann <marius@yeai.de>2017-09-28 08:37:48 +0200
committerMarius Bergmann <marius@yeai.de>2017-09-28 08:52:21 +0200
commit02e89de71c402aa4e4a96737a54e07e86a1ef253 (patch)
treeca5d655b40b838d224ed3f9f3adaa9b49a698e5a /nixos/modules/services/mail/nullmailer.nix
parentf9d64a068b90f196d43b91c81311547016b75fe9 (diff)
downloadnixpkgs-02e89de71c402aa4e4a96737a54e07e86a1ef253.tar
nixpkgs-02e89de71c402aa4e4a96737a54e07e86a1ef253.tar.gz
nixpkgs-02e89de71c402aa4e4a96737a54e07e86a1ef253.tar.bz2
nixpkgs-02e89de71c402aa4e4a96737a54e07e86a1ef253.tar.lz
nixpkgs-02e89de71c402aa4e4a96737a54e07e86a1ef253.tar.xz
nixpkgs-02e89de71c402aa4e4a96737a54e07e86a1ef253.tar.zst
nixpkgs-02e89de71c402aa4e4a96737a54e07e86a1ef253.zip
nullmailer: use proper description for `remotes` option
Diffstat (limited to 'nixos/modules/services/mail/nullmailer.nix')
-rw-r--r--nixos/modules/services/mail/nullmailer.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/nixos/modules/services/mail/nullmailer.nix b/nixos/modules/services/mail/nullmailer.nix
index 2eb2d39fc62..68cba4a7436 100644
--- a/nixos/modules/services/mail/nullmailer.nix
+++ b/nixos/modules/services/mail/nullmailer.nix
@@ -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.
           '';
         };