From a513f443cf5b6d5bf7198ac0e4c6a20419c7d51d Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 25 Dec 2023 10:27:42 +0900 Subject: [PATCH] test --- nixos/common/services/forgejo-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common/services/forgejo-runner.nix b/nixos/common/services/forgejo-runner.nix index 17df054b..c5353f42 100644 --- a/nixos/common/services/forgejo-runner.nix +++ b/nixos/common/services/forgejo-runner.nix @@ -11,7 +11,7 @@ instances."${hostname}" = { enable = true; name = "${hostname}"; - labels = [ "native:host" ]; + labels = [ "native:host" "nixos" ]; url = "https://git.sysctl.io"; tokenFile = "/run/secrets/services/forgejo_token"; };