forgejo: use forgejo-actions-runner
Some checks reported warnings
/ check (push) Has been cancelled
Some checks reported warnings
/ check (push) Has been cancelled
This commit is contained in:
parent
adada17551
commit
5bc22bfb55
1 changed files with 20 additions and 18 deletions
|
@ -38,7 +38,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.gitea-actions-runner.instances.main = {
|
services.gitea-actions-runner = {
|
||||||
|
package = pkgs.forgejo-actions-runner;
|
||||||
|
instances.sakura = {
|
||||||
enable = true;
|
enable = true;
|
||||||
name = config.networking.hostName;
|
name = config.networking.hostName;
|
||||||
url = "https://git.flake.sh";
|
url = "https://git.flake.sh";
|
||||||
|
@ -54,7 +56,7 @@
|
||||||
coreutils
|
coreutils
|
||||||
wget
|
wget
|
||||||
gitMinimal
|
gitMinimal
|
||||||
wget
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue