diff options
author | tv <tv@krebsco.de> | 2016-03-05 20:28:08 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-03-05 20:33:19 +0100 |
commit | 421f346257ac19612822b1f0fde9f21d3b5e7955 (patch) | |
tree | ecdf9f166b30616aeb784ae319e65dff7cb136ea /tv | |
parent | 0106f4ff07174592bab7bdc14679a9654b92dfab (diff) |
krebs.exim-smarthost.dkim: support multiple domains
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/exim-smarthost.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix index 2beaa28ef..280d8572b 100644 --- a/tv/2configs/exim-smarthost.nix +++ b/tv/2configs/exim-smarthost.nix @@ -5,9 +5,9 @@ with config.krebs.lib; { krebs.exim-smarthost = { enable = true; - dkim = { - domain = "viljetic.de"; - }; + dkim = [ + { domain = "viljetic.de"; } + ]; sender_domains = [ "krebsco.de" "shackspace.de" |