nixos/wastebin: update default POST size to match upstream

This commit is contained in:
jack rosenberg 2025-06-18 11:23:42 +02:00 committed by GitHub
parent 9e83b64f72
commit 5034dd7384
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ in
};
WASTEBIN_MAX_BODY_SIZE = mkOption {
default = 1024;
default = 1048576;
type = types.int;
description = "Number of bytes to accept for POST requests";
};