diff --git a/features/services/forgejo.nix b/features/services/forgejo.nix index 20f0fd2..9e774b3 100644 --- a/features/services/forgejo.nix +++ b/features/services/forgejo.nix @@ -16,7 +16,7 @@ server = { DOMAIN = "git.hypervirtual.world"; ROOT_URL = "https://hypervirtual.world"; - HTTP_PORT = 3000; + HTTP_PORT = 3333; }; actions = { ENABLED = true;