Update modules/selfhosted/forgejo/default.nix

This commit is contained in:
Dennis Schoepf 2026-03-12 09:52:47 +01:00
parent f7e4fdb662
commit 5f76fbbfe9

View file

@ -17,6 +17,7 @@
ROOT_URL = "https://git.dnsc.io/";
HTTP_PORT = 9004;
SSH_PORT = lib.head config.services.openssh.ports;
LANDING_PAGE = "explore";
};
service.DISABLE_REGISTRATION = true;
mailer = {