added soju IRC bouncer and a couple of IRC clients.

This commit is contained in:
Gabe Venberg 2025-10-30 15:28:06 +01:00
parent 5da8f42240
commit 63060d1a68
11 changed files with 86 additions and 4 deletions

View file

@ -109,7 +109,7 @@
"NGINX must be enabled")
)
{
clientMaxBodySize = "1000m";
clientMaxBodySize = "0";
virtualHosts."${cfg.server.domain}" = {
enableACME = lib.asserts.assertMsg (
config.security.acme.acceptTerms