diff --git a/nixos/common/services/forgejo-runner.nix b/nixos/common/services/forgejo-runner.nix index 08c133e0..2fa9d7ec 100644 --- a/nixos/common/services/forgejo-runner.nix +++ b/nixos/common/services/forgejo-runner.nix @@ -13,7 +13,7 @@ instances."${hostname}" = { enable = true; name = "${hostname}"; - labels = [ "native:host" "nixos" ]; + labels = [ "self-hosted:host://-self-hosted" ]; url = "https://git.sysctl.io"; tokenFile = /run/secrets/services/forgejo_token; };