updated ROOT_URL for forgejo

This commit is contained in:
Leyla Becker 2025-03-07 15:05:04 -06:00
parent 591566cc2a
commit 651a988558

View file

@ -49,6 +49,7 @@ in {
SSH_PORT = 22;
# TODO: we need to create this user, and then store their authorized keys somewhere and have both ssh server allow login in as that user based on those authorized keys
BUILTIN_SSH_SERVER_USER = "git";
ROOT_URL = "https://git.jan-leila.com:";
};
service = {
DISABLE_REGISTRATION = true;