modules: services: woodpecker: default packages

Now that v1.0.0 is on nixpkgs, no need for my custom packages.
This commit is contained in:
Bruno BELANYI 2023-08-01 14:57:22 +00:00
parent 11e4772f4d
commit cffd3e37a5
3 changed files with 3 additions and 9 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, ... }:
let
cfg = config.my.services.woodpecker;
@ -10,8 +10,6 @@ in
agents.docker = {
enable = true;
package = pkgs.ambroisie.woodpecker-agent;
environment = {
WOODPECKER_SERVER = "localhost:${toString cfg.rpcPort}";
WOODPECKER_MAX_WORKFLOWS = "10";