From 51eb78429c401b918cba2c4b90238dc504f1156f Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 7 Dec 2023 10:18:41 +0100 Subject: [PATCH] change container runner --- hosts/fw.cloonar.com/modules/gitea.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"; + }; }; };