add commit from Infinisil that got lost in the merge

This commit is contained in:
Robin Raymond 2017-09-03 15:57:49 +02:00
parent 0c414738e1
commit b3f7ee38cb

View File

@ -130,7 +130,7 @@ in
};
mailDirectory = mkOption {
type = types.string;
type = types.path;
default = "/var/vmail";
description = ''
Where to store the mail.
@ -231,7 +231,7 @@ in
};
dkimSelector = mkOption {
type = types.string;
type = types.str;
default = "mail";
description = ''