diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index 14cac9a..c8ab9e4 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -131,11 +131,11 @@ in labels = [ "ubuntu-latest:docker://shivammathur/node:latest" ]; - # settings = { - # container = { - # network = "host"; - # }; - # }; + settings = { + container = { + network = "server"; + }; + }; }; # containers.git-runner = {