diff options
Diffstat (limited to 'lass')
| -rw-r--r-- | lass/2configs/exim-smarthost.nix | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/lass/2configs/exim-smarthost.nix b/lass/2configs/exim-smarthost.nix index b677fe455..cb9abd43a 100644 --- a/lass/2configs/exim-smarthost.nix +++ b/lass/2configs/exim-smarthost.nix @@ -19,8 +19,10 @@ in {        "lassul.us"      ];      relay_from_hosts = map (host: host.nets.retiolum.ip6.addr) [ -      config.krebs.hosts.mors        config.krebs.hosts.blue +      config.krebs.hosts.coaxmetal +      config.krebs.hosts.green +      config.krebs.hosts.mors        config.krebs.hosts.xerxes      ];      internet-aliases = map (from: { inherit from to; }) mails;  | 
