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,9 +74,14 @@
services.forgejo = {
enable = true;
settings.server = {
HTTP_PORT = 8085;
ROOT_URL = "https://git.missing.ninja/";
settings = {
server = {
HTTP_PORT = 8085;
ROOT_URL = "https://git.missing.ninja/";
};
service = {
DISABLE_REGISTRATION = true;
};
};
lfs.enable = true;
};