machines/magenta: add more mail options

This commit is contained in:
Dmitriy Pleshevskiy 2022-10-13 23:42:58 +03:00
parent 07b6b0fc08
commit ccac7d295d
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -24,6 +24,8 @@ in
defaults.email = "dmitriy@pleshevski.ru";
};
# See: https://nixos-mailserver.readthedocs.io/en/latest/options.html
mailserver = {
enable = true;
fqdn = "mail.pleshevski.ru";
@ -32,5 +34,7 @@ in
# Use Let's Encrypt certificates. Note that this needs to set up a stripped
# down nginx and opens port 80.
certificateScheme = 3;
hierarchySeparator = "/";
};
}