test
This commit is contained in:
parent
3c9a88b35d
commit
bd15a82402
1 changed files with 6 additions and 2 deletions
|
@ -9,13 +9,17 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.gitea-actions-runner = {
|
services.gitea-actions-runner = {
|
||||||
package = pkgs.gitea-actions-runner;
|
package = pkgs.forgejo-actions-runner;
|
||||||
instances."${hostname}" = {
|
instances."${hostname}" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
name = "${hostname}";
|
name = "${hostname}";
|
||||||
labels = [ "self-hosted:host://-self-hosted" ];
|
labels = [ "self-hosted:host://-self-hosted" ];
|
||||||
url = "https://git.sysctl.io";
|
url = "https://git.sysctl.io";
|
||||||
tokenFile = /run/secrets/services/forgejo_token;
|
tokenFile = /run/secrets/services/forgejo_token;
|
||||||
};
|
hostPackages = with pkgs [
|
||||||
|
sudo
|
||||||
|
coreutils
|
||||||
|
tailscale
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue