add agent

This commit is contained in:
jopejoe1 2025-04-07 12:19:48 +02:00
parent c142ea0996
commit 374d1c1f21

View file

@ -150,6 +150,16 @@ in
}; };
}; };
services.woodpecker-agents.agents = {
hetzner = {
enable = true;
environment = {
WOODPECKER_SERVER = "localhost:9000";
WOODPECKER_MAX_WORKFLOWS = 6;
};
};
};
users.users.backupftp = { users.users.backupftp = {
isNormalUser = true; isNormalUser = true;
initialPassword = "backupPassword"; initialPassword = "backupPassword";