diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index 8288fc6..241bb88 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -132,8 +132,9 @@ in "ubuntu-latest:docker://shivammathur/node:latest" ]; settings = { - # the default network that also respects our dns server settings - container.network = "host"; + container = { + network = "host"; + }; }; };