summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/exim-smarthost.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-03-05 11:46:30 +0100
committertv <tv@krebsco.de>2016-03-05 11:46:30 +0100
commit89f731a8986d00ec850e4ebebd90259bda12f24a (patch)
tree9059b9b56a2aad3b292eb0024662797f6e533102 /krebs/3modules/exim-smarthost.nix
parent8ddc096a6958954bf8bf0bf36efff598f531e8a1 (diff)
krebs.exim-*: add empty keep_environment
Diffstat (limited to 'krebs/3modules/exim-smarthost.nix')
-rw-r--r--krebs/3modules/exim-smarthost.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/3modules/exim-smarthost.nix b/krebs/3modules/exim-smarthost.nix
index c976e89d..93e4deac 100644
--- a/krebs/3modules/exim-smarthost.nix
+++ b/krebs/3modules/exim-smarthost.nix
@@ -75,6 +75,8 @@ let
services.exim = {
enable = true;
config = ''
+ keep_environment =
+
primary_hostname = ${cfg.primary_hostname}
# HOST_REDIR contains the real destinations for "local_domains".