add gitea action runner

This commit is contained in:
Vivian 2023-05-26 20:53:33 +02:00
parent 8a8d69d2d9
commit 0d8f48cdd0
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 = {