add commit from Infinisil that got lost in the merge
This commit is contained in:
@@ -130,7 +130,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
mailDirectory = mkOption {
|
mailDirectory = mkOption {
|
||||||
type = types.string;
|
type = types.path;
|
||||||
default = "/var/vmail";
|
default = "/var/vmail";
|
||||||
description = ''
|
description = ''
|
||||||
Where to store the mail.
|
Where to store the mail.
|
||||||
@@ -231,7 +231,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
dkimSelector = mkOption {
|
dkimSelector = mkOption {
|
||||||
type = types.string;
|
type = types.str;
|
||||||
default = "mail";
|
default = "mail";
|
||||||
description = ''
|
description = ''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user