Compare commits

..

2 commits

Author SHA1 Message Date
078e930143 Lock file maintenance
All checks were successful
CI / build (push) Successful in 2m42s
2025-03-03 18:46:06 +02:00
08368ec872 Upgrade attic max body size to 10G
All checks were successful
CI / build (push) Successful in 4m1s
2025-03-03 18:19:08 +02:00

View file

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