mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-13 12:28:34 +05:00
add commit from Infinisil that got lost in the merge
This commit is contained in:
parent
0c414738e1
commit
b3f7ee38cb
@ -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 = ''
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user