Compare commits

..

2 commits

Author SHA1 Message Date
e488699ab3 Lock file maintenance
All checks were successful
CI / build (push) Successful in 7m24s
2025-03-03 17:10:08 +01:00
c3fcdc9322 Upgrade attic max body size
All checks were successful
CI / build (push) Successful in 3m0s
2025-03-03 17:36:53 +02:00

View file

@ -85,7 +85,7 @@ in
services.nginx = {
enable = true;
clientMaxBodySize = "1g";
clientMaxBodySize = "5G";
virtualHosts.${cfg.domain} = {
kTLS = true;
forceSSL = true;