diff --git a/nixos/common/services/forgejo-runner.nix b/nixos/common/services/forgejo-runner.nix index c9ef3a48..6082be85 100644 --- a/nixos/common/services/forgejo-runner.nix +++ b/nixos/common/services/forgejo-runner.nix @@ -7,7 +7,7 @@ services.gitea-actions-runner.instances."${hostname}" = { enable = true; name = "${hostname}"; - labels = "nixos"; + labels = [ "nixos" ]; url = "https://git.sysctl.io"; tokenFile = "/run/secrets/secrets/forgejo_token"; };