forked from mirrors_public/oddlama_nix-config
chore(stalwart): use fqdn
This commit is contained in:
parent
2e654bc7a0
commit
01660a3389
1 changed files with 2 additions and 1 deletions
|
@ -336,8 +336,9 @@ in {
|
|||
default = true;
|
||||
};
|
||||
|
||||
lookup.default.hostname = config.networking.fqdn;
|
||||
server = {
|
||||
hostname = "mx1.${primaryDomain}";
|
||||
hostname = config.networking.fqdn;
|
||||
tls = {
|
||||
certificate = "default";
|
||||
ignore-client-order = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue