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 | af4cc9534f288eade40a4c34e25eca050a4bdfe1 (patch) | |
tree | e591e9caa8bc13bf36b077d87ea3a19ffb76e144 /tv/2configs/exim-smarthost.nix | |
parent | f46e58a38b7edd53361b3a442a94b1af3d088ac2 (diff) |
tv.exim-smarthost: duh
Diffstat (limited to 'tv/2configs/exim-smarthost.nix')
-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 8a90639..2b9ad77 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 |