1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore(stalwart): use fqdn

This commit is contained in:
oddlama 2024-07-29 02:58:12 +02:00
parent 2e654bc7a0
commit 01660a3389
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -336,8 +336,9 @@ in {
default = true; default = true;
}; };
lookup.default.hostname = config.networking.fqdn;
server = { server = {
hostname = "mx1.${primaryDomain}"; hostname = config.networking.fqdn;
tls = { tls = {
certificate = "default"; certificate = "default";
ignore-client-order = true; ignore-client-order = true;