remove variables from vmail user

This commit is contained in:
Robin Raymond 2017-10-18 09:09:04 +02:00
parent 2f7e3a9f0c
commit 9f40c38bc6
1 changed files with 2 additions and 2 deletions

View File

@ -20,12 +20,12 @@ with config.mailserver;
let
vmail_user = [{
name = vmailUserName;
name = "vmail";
isNormalUser = false;
uid = vmailUIDStart;
home = mailDirectory;
createHome = true;
group = vmailGroupName;
group = "vmail";
}];
# accountsToUser :: String -> UserRecord