forgo disable registartion

This commit is contained in:
Johannes Jöns 2024-08-10 13:31:51 +02:00
parent b9381fa897
commit 52cea649b3

View file

@ -74,10 +74,15 @@
services.forgejo = { services.forgejo = {
enable = true; enable = true;
settings.server = { settings = {
server = {
HTTP_PORT = 8085; HTTP_PORT = 8085;
ROOT_URL = "https://git.missing.ninja/"; ROOT_URL = "https://git.missing.ninja/";
}; };
service = {
DISABLE_REGISTRATION = true;
};
};
lfs.enable = true; lfs.enable = true;
}; };