From bd82b8c94c96bf31c9f945106ff8211a63433779 Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 12 Aug 2024 18:13:35 +0200 Subject: [PATCH] fix: port conflic --- features/services/forgejo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;