diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index 241bb88..14cac9a 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 = "host"; + # }; + # }; }; # containers.git-runner = {