krebs.exim-*: add empty keep_environment
This commit is contained in:
parent
8ddc096a69
commit
89f731a898
krebs/3modules
|
@ -39,6 +39,8 @@ let
|
|||
# TODO modular configuration
|
||||
assert config.krebs.retiolum.enable;
|
||||
''
|
||||
keep_environment =
|
||||
|
||||
primary_hostname = ${cfg.primary_hostname}
|
||||
domainlist local_domains = ${concatStringsSep ":" cfg.local_domains}
|
||||
domainlist relay_to_domains = ${concatStringsSep ":" cfg.relay_to_domains}
|
||||
|
|
|
@ -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".
|
||||
|
|
Loading…
Reference in a new issue