diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index 88043db..f26762b 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -131,6 +131,11 @@ in labels = [ "ubuntu-latest:docker://node:18-bullseye" ]; + settings = { + options = [ + "--add-host=git.cloonar.com:10.42.97.50" + ] + }; }; # containers.git-runner = {