forgejo: fix runner name
All checks were successful
/ check (push) Successful in 40s
All checks were successful
/ check (push) Successful in 40s
This commit is contained in:
parent
5bc22bfb55
commit
67f7089c02
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
};
|
};
|
||||||
services.gitea-actions-runner = {
|
services.gitea-actions-runner = {
|
||||||
package = pkgs.forgejo-actions-runner;
|
package = pkgs.forgejo-actions-runner;
|
||||||
instances.sakura = {
|
instances.main = {
|
||||||
enable = true;
|
enable = true;
|
||||||
name = config.networking.hostName;
|
name = config.networking.hostName;
|
||||||
url = "https://git.flake.sh";
|
url = "https://git.flake.sh";
|
||||||
|
|
Loading…
Reference in a new issue