add gitea action runner

This commit is contained in:
Vivian 2023-05-26 20:53:33 +02:00
parent 37ae065108
commit 5586de530a
2 changed files with 29 additions and 9 deletions

View file

@ -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 = {