forgejo: update renamed disable registration

This commit is contained in:
Fiscal Velvet Poet 2023-04-30 00:15:25 +10:00
parent 410932c8f8
commit 6af966a0fd
Signed by: fiscalvelvetpoet
GPG key ID: D8EBFD58B023BD47

View file

@ -16,7 +16,6 @@ in {
type = "postgres"; # Database type
passwordFile = config.age.secrets.forgejo.path;
};
disableRegistration = true;
domain = "source.jfdic.org"; # Domain name
rootUrl = "https://source.jfdic.org/"; # Root web URL
httpPort = 3002; # Provided unique port
@ -27,6 +26,7 @@ in {
docutils # Provides rendering of ReStructured Text files
pygments # Provides syntax highlighting
]);
service.DISABLE_REGISTRATION = true;
in {
mailer = {
ENABLED = true;