this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

woodpecker works, but only with docker...

+8 -6
+8 -6
hosts/profiles/woodpecker-agent/default.nix
··· 10 10 users.groups.woodpecker-runner = { }; 11 11 # Allow the exec runner to write to build with nix 12 12 nix.settings.allowed-users = [ "woodpecker-runner" ]; 13 + virtualisation.docker.enable = true; 13 14 14 15 age.secrets.woodpecker-agent-secret.owner = "woodpecker-runner"; 15 16 age.secrets.woodpecker-agent-secret.file = "${self}/secrets/woodpecker-agent-secret.age"; ··· 37 38 Type = "simple"; 38 39 Environment = [ 39 40 "WOODPECKER_RUNNER_CAPACITY=6" 40 - # "WOODPECKER_RUNNER_NAME=woodpecker-agent" 41 - "WOODPECKER_SERVER=https://ci.sealight.xyz/" 42 - # "WOODPECKER_HOSTNAME=mossnet" 43 - # "WOODPECKER_BACKEND=local" 44 - # "NIX_REMOTE=daemon" 45 - # "PAGER=cat" 41 + "WOODPECKER_RUNNER_NAME=woodpecker-agent" 42 + "WOODPECKER_SERVER=ci.sealight.xyz:9000" 43 + "WOODPECKER_HOSTNAME=mossnet" 44 + "WOODPECKER_BACKEND=docker" 45 + "NIX_REMOTE=daemon" 46 + "PAGER=cat" 47 + # "WOODPECKER_PROTO=https" 46 48 # "WOODPECKER_LOG_LEVEL=debug" 47 49 ]; 48 50 WorkingDirectory = "/var/lib/woodpecker";