Define message-size-limit option
This commit is contained in:
parent
8ea389947a
commit
a41b4cc611
|
@ -41,6 +41,12 @@ in {
|
|||
default = [ ];
|
||||
};
|
||||
|
||||
message-size-limit = mkOption {
|
||||
type = int;
|
||||
description = "Max allowed size of messages, in megabytes.";
|
||||
default = 100;
|
||||
};
|
||||
|
||||
blacklist = {
|
||||
senders = mkOption {
|
||||
type = listOf str;
|
||||
|
|
Loading…
Reference in New Issue