remove potential conflicting user names

This commit is contained in:
Robin Raymond 2017-09-21 11:04:17 +02:00
parent 12f16b2239
commit 7782139a4e

View File

@ -113,7 +113,7 @@ in
vmailUserName = mkOption {
type = types.str;
default = "vmail";
default = "vmailer";
description = ''
The user name and group name of the user that owns the directory where all
the mail is stored.
@ -122,7 +122,7 @@ in
vmailGroupName = mkOption {
type = types.str;
default = "vmail";
default = "vmailer";
description = ''
The user name and group name of the user that owns the directory where all
the mail is stored.