diff --git a/hosts/yuki/services/forgejo-runners.nix b/hosts/yuki/services/forgejo-runners.nix index 6b8c433..ed8c85f 100644 --- a/hosts/yuki/services/forgejo-runners.nix +++ b/hosts/yuki/services/forgejo-runners.nix @@ -6,7 +6,7 @@ sops.secrets.forgejo-runner-token = {}; services.gitea-actions-runner = { package = pkgs.forgejo-actions-runner; - instances.main = { + instances.snowflake = { settings = { container = { network = "host"; @@ -14,8 +14,8 @@ }; enable = true; name = config.networking.hostName; + token = config.sops.secrets.forgejo-runner-token.path; url = "https://git.flake.sh"; - token = "gdeEbeUTifa1nK7EfRgBmvm6XRdQE1zZzAatBRSC"; labels = [ "debian-latest:docker://node:18-bullseye" "ubuntu-latest:docker://node:18-bullseye"