forgejo: fix runner name
All checks were successful
/ check (push) Successful in 40s

This commit is contained in:
notohh 2023-10-06 23:55:21 -04:00
parent 5bc22bfb55
commit 67f7089c02
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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";