add gitea action runner
This commit is contained in:
parent
8a8d69d2d9
commit
0d8f48cdd0
2 changed files with 29 additions and 9 deletions
|
@ -42,6 +42,26 @@ in {
|
|||
allowedUDPPorts = [ 53 ];
|
||||
allowedTCPPorts = [ 53 ];
|
||||
};
|
||||
|
||||
services.gitea-actions-runner.instances = {
|
||||
nix-native = {
|
||||
enable = true;
|
||||
name = "nix-native";
|
||||
labels = [ "native:host" ];
|
||||
url = "https://git.0x76.dev";
|
||||
hostPackages = with pkgs; [
|
||||
bash
|
||||
coreutils
|
||||
curl
|
||||
gawk
|
||||
gitMinimal
|
||||
gnused
|
||||
nodejs
|
||||
wget
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
services.woodpecker-server = {
|
||||
enable = true;
|
||||
environment = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue