From 9955194ea6affed6d62f416e499d0fa7f88f467b Mon Sep 17 00:00:00 2001 From: geemili Date: Wed, 29 May 2024 20:33:09 -0600 Subject: [PATCH] forgejo-actions-runner: set empty labels list to use default labels --- configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 47c279e..96a8557 100644 --- a/configuration.nix +++ b/configuration.nix @@ -373,9 +373,7 @@ name = "monolith"; url = "https://git.samsehu.perli.casa"; tokenFile = config.age.secrets.FORGEJO_ACTIONS_RUNNER.path; - labels = [ - "ubuntu-latest:docker://node:16-bullseye" - ]; + labels = [ ]; }; };