Increase upload size for attic

This commit is contained in:
Andreas Zweili 2024-04-17 22:58:36 +02:00
parent 3a3e866351
commit 32ef8d3b5a
1 changed files with 1 additions and 0 deletions

View File

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