From cea3de7e15863717b7787ee07f8f437ba03b66a1 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 12 Nov 2024 12:51:10 +0200 Subject: [PATCH] reconfigure some forrgejo things --- services/forgejo/forgejo.mod.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/forgejo/forgejo.mod.nix b/services/forgejo/forgejo.mod.nix index 68eb20d..81b33a0 100644 --- a/services/forgejo/forgejo.mod.nix +++ b/services/forgejo/forgejo.mod.nix @@ -32,6 +32,11 @@ HTTP_PORT = 3000; SSH_PORT = 222; ROOT_URL = "https://${config.services.forgejo.settings.server.DOMAIN}:443"; + ENABLE_GZIP = true; + }; + service = { + DISABLE_REGISTRATION = true; + DEFAULT_KEEP_EMAIL_PRIVATE = true; }; }; };