summaryrefslogtreecommitdiffstats
path: root/tv
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
commit1ed639c20d39b3e8f43080903909e06e52cb4814 (patch)
tree209af2ba3486eccfeab34cd4ffba60cb9513384d /tv
parent6ff99fa513bda5810bb5770d816f341dc3ccda84 (diff)
krebs.exim-smarthost.dkim: support multiple domains
Diffstat (limited to 'tv')
-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 2beaa28..280d857 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"