From 72934e9a82f11f3509d671ff848595ec0314e513 Mon Sep 17 00:00:00 2001 From: death916 Date: Fri, 10 Apr 2026 01:13:38 -0700 Subject: [PATCH] forge --- modules/forgejo.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/forgejo.nix b/modules/forgejo.nix index af4c89f..2554e5c 100644 --- a/modules/forgejo.nix +++ b/modules/forgejo.nix @@ -13,7 +13,7 @@ settings = { server = { DOMAIN = "git.death916.xyz"; - HTTP_PORT = 3050; + HTTP_PORT = 3051; ROOT_URL = "https://git.death916.xyz/"; PROTOCOL = "http"; }; @@ -23,5 +23,5 @@ }; }; - networking.firewall.allowedTCPPorts = [ 3050 ]; + networking.firewall.allowedTCPPorts = [ 3051 ]; } \ No newline at end of file