mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 11:29:17 +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 {
|
||||
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 = ''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user