diff options
author | lassulus <lass@lassul.us> | 2017-02-18 20:39:34 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-03-02 20:08:11 +0100 |
commit | 8901f987309486c85607e2da02f1d357ff157911 (patch) | |
tree | 011f841c4ce685e324cb5c2d6382f69969acbb68 /lass/2configs/exim-smarthost.nix | |
parent | 567668c6c95241a125447765c81d506d651c30a5 (diff) |
l 2 exim-smarthost: use ipv6 addresses of hosts
Diffstat (limited to 'lass/2configs/exim-smarthost.nix')
-rw-r--r-- | lass/2configs/exim-smarthost.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/exim-smarthost.nix b/lass/2configs/exim-smarthost.nix index d120dfcad..360d839db 100644 --- a/lass/2configs/exim-smarthost.nix +++ b/lass/2configs/exim-smarthost.nix @@ -12,7 +12,7 @@ with import <stockholm/lib>; "lassul.us" "aidsballs.de" ]; - relay_from_hosts = map (host: host.nets.retiolum.ip4.addr) [ + relay_from_hosts = map (host: host.nets.retiolum.ip6.addr) [ config.krebs.hosts.mors config.krebs.hosts.uriel config.krebs.hosts.helios |