Update modules/mailserver.nix
This commit is contained in:
parent
c7be807db2
commit
ab7ac11c94
@ -14,7 +14,9 @@ in {
|
|||||||
domains = [ config.secrets.mail.host ];
|
domains = [ config.secrets.mail.host ];
|
||||||
loginAccounts = {
|
loginAccounts = {
|
||||||
"balsoft@balsoft.ru" = {
|
"balsoft@balsoft.ru" = {
|
||||||
aliases = [ "balsoft" ];
|
aliases = [ "balsoft"
|
||||||
|
"admin@balsoft.ru" "admin"
|
||||||
|
"root@balsoft.ru" "root" ];
|
||||||
inherit hashedPassword;
|
inherit hashedPassword;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user