forgejo: disable registration
Some checks are pending
ci/woodpecker/push/checks Pipeline is running

This commit is contained in:
notohh 2023-09-01 10:32:05 -04:00
parent 7f79967b32
commit 8d99e3b4a4
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,6 +1,5 @@
{
pkgs,
config,
lib,
...
}: {
@ -10,7 +9,7 @@
appName = "forgejo";
stateDir = "/var/lib/forgejo";
settings = {
service.DISABLE_REGISTRATION = false;
service.DISABLE_REGISTRATION = true;
ui = {
DEFAULT_THEME = "forgejo-dark";
};