diff options
author | tv <tv@krebsco.de> | 2016-04-08 05:06:22 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-04-08 05:06:22 +0200 |
commit | 345efd36833fc0ada2805b46fd71bcc9642f4374 (patch) | |
tree | c6b0ddadd7793bb2fd69addef336d8b9f137ac9f | |
parent | e74f4ddf8182067ca4f44d8d4ed91a8c5fc65147 (diff) |
tv.exim-smarthost: duh
-rw-r--r-- | tv/2configs/exim-smarthost.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix index 8a90639b6..2b9ad77d7 100644 --- a/tv/2configs/exim-smarthost.nix +++ b/tv/2configs/exim-smarthost.nix @@ -13,7 +13,7 @@ with config.krebs.lib; "shackspace.de" "viljetic.de" ]; - relay_from_hosts = concatMap (host: host.nets.retiolum.ip4.addr) [ + relay_from_hosts = map (host: host.nets.retiolum.ip4.addr) [ config.krebs.hosts.nomic config.krebs.hosts.wu config.krebs.hosts.xu |