machines/magenta: add more mail options
This commit is contained in:
parent
07b6b0fc08
commit
ccac7d295d
1 changed files with 4 additions and 0 deletions
|
@ -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 = "/";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue