Increase attic uploads to one gigabyte

This commit is contained in:
Andreas Zweili 2024-04-18 08:48:52 +02:00
parent be99fa8313
commit 72301e43ac
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ in
domain = atticDomain;
port = atticPort;
};
services.nginx.clientMaxBodySize = "512M";
services.nginx.clientMaxBodySize = "1G";
services.atticd = {
enable = true;
credentialsFile = config.age.secrets.atticEnv.path;