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:
parent
d017f8f036
commit
e32f92a86c
@ -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";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user