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"; }; }; };