diff --git a/content/post/guides/switch-to-forgejo-now/index.md b/content/post/guides/switch-to-forgejo-now/index.md index 9984ef7..cb9a93c 100644 --- a/content/post/guides/switch-to-forgejo-now/index.md +++ b/content/post/guides/switch-to-forgejo-now/index.md @@ -124,13 +124,18 @@ Forgejo has runners that you can use with workflows to build software on every p enable = true; url = "https://git.${config.networking.domain}"; token = "place your token here"; - # + settings = { + container = { + # internet access for container + network = "bridge"; + }; + }; labels = [ "debian-latest:docker://node:18-bullseye" "ubuntu-latest:docker://node:18-bullseye" ]; # define the hostname so we know what server the runner is on. - name = config.networking.hostName; + name = "${config.networking.hostname}@${config.networking.hostName}"; }; }; }