This commit is contained in:
Sakooooo 2025-01-04 21:38:52 +04:00
parent 73f8be22ff
commit e1640a744b
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -51,7 +51,7 @@ in {
woodpecker-agents.agents."sakoserver-agent" = {
enable = true;
# We need this to talk to the podman socket
extraGroups = [ "podman" ];
extraGroups = [ "docker" ];
environment = {
WOODPECKER_SERVER = "localhost:9000";
WOODPECKER_MAX_WORKFLOWS = "1";