modules: services: woodpecker: remove DNS hack
ci/woodpecker/push/check Pipeline is running Details

I'm not sure what changed, but it looks like I don't need it anymore.

Initially I wanted to apply the same DNS fix as [1].

[1]: https://blog.kotatsu.dev/posts/2023-04-21-woodpecker-nix-caching/
This commit is contained in:
Bruno BELANYI 2023-10-18 21:36:09 +02:00
parent f8a0eef4dd
commit fcdb5ba593
1 changed files with 0 additions and 3 deletions

View File

@ -27,9 +27,6 @@ in
# Make sure it is activated in that case
my.system.docker.enable = true;
# FIXME: figure out the issue
services.unbound.resolveLocalQueries = false;
# Adjust runner service for nix usage
systemd.services.woodpecker-agent-docker = {
after = [ "docker.socket" ]; # Needs the socket to be available