From 8d9881215ba2e2a6e3f0b2a33b7906faafca56fa Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Sun, 5 Nov 2017 10:57:26 +0100 Subject: [PATCH] update contributer --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfdc99b..33c0132 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ None so far. imports = [ (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/releases/tag/v1.1-rc2") ]; - + mailserver = { enable = true; domain = "example.com"; @@ -135,6 +135,7 @@ openssl s_client -host mail.example.com -port 143 -starttls imap * Special thanks to @Infinisil for the module rewrite * @danbst * @phdoerfler + * @eqyiel ### Credits