fix vmail bug
This commit is contained in:
parent
6ac36a1092
commit
bbdcdfc0a7
2 changed files with 4 additions and 4 deletions
|
@ -113,7 +113,7 @@ in
|
|||
|
||||
vmailUserName = mkOption {
|
||||
type = types.str;
|
||||
default = "vmail";
|
||||
default = "virtualMail";
|
||||
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 = "virtualMail";
|
||||
description = ''
|
||||
The user name and group name of the user that owns the directory where all
|
||||
the mail is stored.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue