enables postfix

This commit is contained in:
r-raymond 2016-07-21 18:39:10 +02:00 committed by GitHub
parent afbbd810b1
commit c55d991fec
1 changed files with 6 additions and 0 deletions

View File

@ -39,4 +39,10 @@ in
# define all users
users.extraUsers = vmail_user ++ mail_user;
# postfix
services.postfix = {
enable = true;
networksStyle = "host";
};
}