diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index 07852f2..0c7a67f 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -132,9 +132,18 @@ in "ubuntu-latest:docker://shivammathur/node:latest" ]; settings = { - container = { - options = "--network=server"; + runner = { + envs = { + DOCKER_DAEMON_CONFIG = '' + { + "dns": ["10.42.97.10"] + } + ''; + }; }; + # container = { + # options = "--network=server"; + # }; }; };