1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Disable user registration in gitea

This commit is contained in:
Stefan Ellmauthaler 2022-10-25 15:47:10 +02:00
parent d017f8f036
commit e32f92a86c
Failed to extract signature

View File

@ -19,6 +19,7 @@ with lib; {
services.gitea = { services.gitea = {
enable = true; enable = true;
disableRegistration = true;
appName = "gitea: ellmauthaler.net gitea service"; appName = "gitea: ellmauthaler.net gitea service";
database = { database = {
type = "postgres"; type = "postgres";