From ba0ec44434f5b1830a755473b2bccb61bc939135 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 7 Dec 2023 07:52:16 +0100 Subject: [PATCH] try gitea runner with network --- hosts/fw.cloonar.com/modules/gitea.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index c920c30..07852f2 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -133,7 +133,7 @@ in ]; settings = { container = { - options = "--dns=10.42.97.10"; + options = "--network=server"; }; }; };