nix-cache01: fix instance name in runner
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
2025-08-21 20:59:18 +02:00
parent f49711b1b3
commit fa4e47a873

View File

@@ -6,6 +6,7 @@
}; };
services.gitea-actions-runner.instances = { services.gitea-actions-runner.instances = {
actions1 = {
enable = true; enable = true;
tokenFile = config.sops.secrets.cache-secret.path; tokenFile = config.sops.secrets.cache-secret.path;
name = "actions1.home.2rjus.net"; name = "actions1.home.2rjus.net";
@@ -40,4 +41,5 @@
url = "https://git.t-juice.club"; url = "https://git.t-juice.club";
}; };
};
} }