Merge branch 'main' of https://gavania.de/hodasemi/nixos-server-conf
This commit is contained in:
commit
6bdb04e4fe
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ in
|
||||||
package = pkgs.forgejo-actions-runner;
|
package = pkgs.forgejo-actions-runner;
|
||||||
instances.default = {
|
instances.default = {
|
||||||
enable = true;
|
enable = true;
|
||||||
name = "default-runner";
|
name = "linux-runner";
|
||||||
url = "https://pts-paper.de";
|
url = "https://pts-paper.de";
|
||||||
token = "3RbrSrirwM5yE3444ziw850ltGGUVpGwhzBNgGM1";
|
token = "R8ln9xooQn6RhUZ7vfDtCmj3835JxonZIR2DLAQX";
|
||||||
labels = [
|
labels = [
|
||||||
"ubuntu-latest:docker://node:16-bullseye"
|
"ubuntu-latest:docker://node:16-bullseye"
|
||||||
"ubuntu-22.04:docker://node:16-bullseye"
|
"ubuntu-22.04:docker://node:16-bullseye"
|
||||||
|
|
Loading…
Reference in a new issue