Disable gitea action runner for now
parent
359ddc7048
commit
6cab256b9a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue