From 686cfb8995fcb17add3e975eba70e795b77ec905 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 4 Jan 2025 21:12:04 +0400 Subject: [PATCH] rock --- 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 1defa90d..0373efdd 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 = "http://localhost:3007"; + WOODPECKER_SERVER = "localhost:3007"; WOODPECKER_MAX_WORKFLOWS = "1"; DOCKER_HOST = "unix:///run/podman/podman.sock"; WOODPECKER_BACKEND = "docker";