mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: comment out actions worker as it didn't connect
This commit is contained in:
parent
e89a06752c
commit
7fa7706d43
1 changed files with 22 additions and 13 deletions
|
|
@ -46,19 +46,28 @@ in
|
||||||
};
|
};
|
||||||
secrets.mailer.PASSWD = config.sops.secrets.systemMailerPassword.path;
|
secrets.mailer.PASSWD = config.sops.secrets.systemMailerPassword.path;
|
||||||
};
|
};
|
||||||
gitea-actions-runner = {
|
# gitea-actions-runner = {
|
||||||
package = pkgs.forgejo-runner;
|
# package = pkgs.forgejo-runner;
|
||||||
instances.code-liv-town = {
|
# instances.forgejo-01 = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
name = "forgejo-01";
|
# name = "forgejo-01";
|
||||||
tokenFile = "${config.sops.secrets.forgejoWorkerSecret.path}";
|
# tokenFile = "${config.sops.secrets.forgejoWorkerSecret.path}";
|
||||||
url = "https://code.liv.town";
|
# url = "https://code.liv.town";
|
||||||
labels = [
|
# labels = [
|
||||||
"node-22:docker://node:22-bookworm"
|
# "node-22:docker://node:22-bookworm"
|
||||||
"nixos-latest:docker://nixos/nix"
|
# "nixos-latest:docker://nixos/nix"
|
||||||
];
|
# # "docker:docker://node:24-alpine"
|
||||||
};
|
# # "alpine-latest:docker://node:24-alpine"
|
||||||
};
|
# ];
|
||||||
|
# settings = {
|
||||||
|
# log.level = "info";
|
||||||
|
# runner = {
|
||||||
|
# file = ".runner";
|
||||||
|
# timeout = "3h";
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
# };
|
||||||
anubis.instances.forgejo = {
|
anubis.instances.forgejo = {
|
||||||
settings = {
|
settings = {
|
||||||
TARGET = "http://localhost:3050";
|
TARGET = "http://localhost:3050";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue