Make LMTP memory limit configurable
This commit is contained in:
@@ -460,6 +460,14 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
lmtpMemoryLimit = mkOption {
|
||||
type = types.int;
|
||||
default = 256;
|
||||
description = ''
|
||||
The memory limit for the LMTP service, in megabytes.
|
||||
'';
|
||||
};
|
||||
|
||||
extraVirtualAliases = mkOption {
|
||||
type = let
|
||||
loginAccount = mkOptionType {
|
||||
|
||||
Reference in New Issue
Block a user