From d492147220abbe19830553a94cbcc44bf16f931c Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 12 Dec 2023 21:42:03 +0100 Subject: [PATCH] wip: revert try to declare trusted actions runner network --- hosts/flora-6/apps/forgejo-actions-runner.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/flora-6/apps/forgejo-actions-runner.nix b/hosts/flora-6/apps/forgejo-actions-runner.nix index a835374..db297f5 100644 --- a/hosts/flora-6/apps/forgejo-actions-runner.nix +++ b/hosts/flora-6/apps/forgejo-actions-runner.nix @@ -22,7 +22,6 @@ name = config.networking.hostName; url = "https://git.pub.solar"; tokenFile = config.age.secrets.forgejo-actions-runner-token.path; - settings.container.network = "gitea-actions"; labels = [ # provide a debian 12 bookworm base with Node.js for actions "debian-latest:docker://node:20-bookworm"