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 { 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 = ''