diff options
Diffstat (limited to 'content/theses/self-sufficiency')
| -rw-r--r-- | content/theses/self-sufficiency/git-forge.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/theses/self-sufficiency/git-forge.md b/content/theses/self-sufficiency/git-forge.md index e589ccf..33649b3 100644 --- a/content/theses/self-sufficiency/git-forge.md +++ b/content/theses/self-sufficiency/git-forge.md @@ -55,7 +55,7 @@ Open `forgejo/default.nix` in any text editor, and copy the following }; service = { - DISABLE_REGISTRATION = false; + DISABLE_REGISTRATION = true; DEFAULT_KEEP_EMAIL_PRIVATE = true; REQUIRE_SIGNIN_VIEW = false; REGISTER_EMAIL_CONFIRM = false; |
