From a18bdb15c2342a3e5057e985d6eca89547afde92 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 19 Sep 2025 11:19:53 +0200 Subject: [PATCH] update: Forgejo: disable registration --- nixos/forgejo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/forgejo.nix b/nixos/forgejo.nix index ff2e296..0fa38c8 100644 --- a/nixos/forgejo.nix +++ b/nixos/forgejo.nix @@ -14,7 +14,7 @@ COOKIE_SECURE = true; }; service = { - # DISABLE_REGISTRATION = true; + DISABLE_REGISTRATION = true; }; actions = { ENABLED = true;