Disable gitea action runner for now
parent
359ddc7048
commit
6cab256b9a
|
@ -21,26 +21,26 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.gitea-actions-runner.instances = {
|
# services.gitea-actions-runner.instances = {
|
||||||
"first-runner" = {
|
# "first-runner" = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
url = baseUrl;
|
# url = baseUrl;
|
||||||
tokenFile = ./git.ewanick.com/tokenFile;
|
# tokenFile = ./git.ewanick.com/tokenFile;
|
||||||
hostPackages = with pkgs; [
|
# hostPackages = with pkgs; [
|
||||||
bash
|
# bash
|
||||||
coreutils
|
# coreutils
|
||||||
curl
|
# curl
|
||||||
gawk
|
# gawk
|
||||||
gitMinimal
|
# gitMinimal
|
||||||
gnused
|
# gnused
|
||||||
wget
|
# wget
|
||||||
];
|
# ];
|
||||||
name = "linode-nixos";
|
# name = "linode-nixos";
|
||||||
labels = [
|
# labels = [
|
||||||
"native:host"
|
# "native:host"
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in New Issue