From c48e5aa581f096abd6ec73b4235ba6749d1d1c74 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 6 Dec 2023 21:03:47 +0100 Subject: [PATCH] try gitea option --- hosts/fw.cloonar.com/modules/gitea.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 = {