From 651a988558bd7b14fe5506e688d7a954c0c30c7c Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Fri, 7 Mar 2025 15:05:04 -0600 Subject: [PATCH] updated ROOT_URL for forgejo --- modules/nixos-modules/server/forgejo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nixos-modules/server/forgejo.nix b/modules/nixos-modules/server/forgejo.nix index db1549d6..a6b3ede 100644 --- a/modules/nixos-modules/server/forgejo.nix +++ b/modules/nixos-modules/server/forgejo.nix @@ -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;