1
1
Fork 0

Disable gitea action runner for now

main
Bill Ewanick 2023-10-07 19:01:08 -04:00
parent 359ddc7048
commit 6cab256b9a
1 changed files with 20 additions and 20 deletions

View File

@ -21,26 +21,26 @@ in
};
};
services.gitea-actions-runner.instances = {
"first-runner" = {
enable = true;
url = baseUrl;
tokenFile = ./git.ewanick.com/tokenFile;
hostPackages = with pkgs; [
bash
coreutils
curl
gawk
gitMinimal
gnused
wget
];
name = "linode-nixos";
labels = [
"native:host"
];
};
};
# services.gitea-actions-runner.instances = {
# "first-runner" = {
# enable = true;
# url = baseUrl;
# tokenFile = ./git.ewanick.com/tokenFile;
# hostPackages = with pkgs; [
# bash
# coreutils
# curl
# gawk
# gitMinimal
# gnused
# wget
# ];
# name = "linode-nixos";
# labels = [
# "native:host"
# ];
# };
# };
services.caddy = {
enable = true;