Update modules/mailserver.nix

This commit is contained in:
Alexander Bantyev 2020-03-01 19:27:57 +03:00
parent c7be807db2
commit ab7ac11c94
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ in {
domains = [ config.secrets.mail.host ];
loginAccounts = {
"balsoft@balsoft.ru" = {
aliases = [ "balsoft" ];
aliases = [ "balsoft"
"admin@balsoft.ru" "admin"
"root@balsoft.ru" "root" ];
inherit hashedPassword;
};
};