From 9f239032b4e9c09382a2b09c931535239c500978 Mon Sep 17 00:00:00 2001
From: Sakooooo <78461130+Sakooooo@users.noreply.github.com>
Date: Sat, 4 Jan 2025 21:09:27 +0400
Subject: [PATCH] I AM FIIIIIIIIIIIIREEEEEEEEEEEEEE

---
 modules/server/services/forgejo/woodpecker.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/server/services/forgejo/woodpecker.nix b/modules/server/services/forgejo/woodpecker.nix
index 0373efdd..1defa90d 100644
--- a/modules/server/services/forgejo/woodpecker.nix
+++ b/modules/server/services/forgejo/woodpecker.nix
@@ -49,7 +49,7 @@ in {
         # We need this to talk to the podman socket
         extraGroups = [ "podman" ];
         environment = {
-          WOODPECKER_SERVER = "localhost:3007";
+          WOODPECKER_SERVER = "http://localhost:3007";
           WOODPECKER_MAX_WORKFLOWS = "1";
           DOCKER_HOST = "unix:///run/podman/podman.sock";
           WOODPECKER_BACKEND = "docker";