From 72301e43ac233fef593f3e083e17f17563695aab Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 18 Apr 2024 08:48:52 +0200 Subject: [PATCH] Increase attic uploads to one gigabyte --- modules/services/attic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/attic/default.nix b/modules/services/attic/default.nix index 7e1b002..78135d6 100644 --- a/modules/services/attic/default.nix +++ b/modules/services/attic/default.nix @@ -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;