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