idiot
This commit is contained in:
parent
73f8be22ff
commit
e1640a744b
|
@ -51,7 +51,7 @@ in {
|
||||||
woodpecker-agents.agents."sakoserver-agent" = {
|
woodpecker-agents.agents."sakoserver-agent" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# We need this to talk to the podman socket
|
# We need this to talk to the podman socket
|
||||||
extraGroups = [ "podman" ];
|
extraGroups = [ "docker" ];
|
||||||
environment = {
|
environment = {
|
||||||
WOODPECKER_SERVER = "localhost:9000";
|
WOODPECKER_SERVER = "localhost:9000";
|
||||||
WOODPECKER_MAX_WORKFLOWS = "1";
|
WOODPECKER_MAX_WORKFLOWS = "1";
|
||||||
|
|
Loading…
Reference in a new issue