exim: add primary_host to local_domains
This commit is contained in:
parent
dd30ebef45
commit
6344a9ff6a
@ -55,7 +55,7 @@ let
|
|||||||
|
|
||||||
local_domains = mkOption {
|
local_domains = mkOption {
|
||||||
type = with types; listOf hostname;
|
type = with types; listOf hostname;
|
||||||
default = ["localhost"] ++ config.krebs.build.host.nets.retiolum.aliases;
|
default = unique (["localhost" cfg.primary_hostname] ++ config.krebs.build.host.nets.retiolum.aliases);
|
||||||
};
|
};
|
||||||
|
|
||||||
relay_from_hosts = mkOption {
|
relay_from_hosts = mkOption {
|
||||||
|
Loading…
Reference in New Issue
Block a user