summaryrefslogtreecommitdiffstats
path: root/tv/2configs/exim-smarthost.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-03-05 20:28:08 +0100
committertv <tv@krebsco.de>2016-03-05 20:33:19 +0100
commit421f346257ac19612822b1f0fde9f21d3b5e7955 (patch)
treeecdf9f166b30616aeb784ae319e65dff7cb136ea /tv/2configs/exim-smarthost.nix
parent0106f4ff07174592bab7bdc14679a9654b92dfab (diff)
krebs.exim-smarthost.dkim: support multiple domains
Diffstat (limited to 'tv/2configs/exim-smarthost.nix')
-rw-r--r--tv/2configs/exim-smarthost.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix
index 2beaa28e..280d8572 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"