trying to fix travisci bug
This commit is contained in:
parent
7782139a4e
commit
5915f4412d
2 changed files with 3 additions and 3 deletions
|
@ -113,7 +113,7 @@ in
|
|||
|
||||
vmailUserName = mkOption {
|
||||
type = types.str;
|
||||
default = "vmailer";
|
||||
default = "vmail";
|
||||
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 = "vmailer";
|
||||
default = "vmail";
|
||||
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