disable registration on gitea

This commit is contained in:
Nathan McCarty 2022-11-29 00:59:59 -05:00
parent 512ef7bdc4
commit 662d3ff301
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@
domain = "gitea.stranger.systems";
rootUrl = "https://gitea.stranger.systems";
appName = "Stranger Systems Git Mirror";
settings = { service = { DISABLE_REGISTRATION = true; }; };
};
services.nginx.virtualHosts."gitea.stranger.systems" = {
enableACME = true;