comment out actions runner
This commit is contained in:
parent
f9dc1a94ef
commit
65efe96fc1
1 changed files with 10 additions and 10 deletions
|
@ -32,16 +32,16 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
gitea-actions-runner = {
|
# gitea-actions-runner = {
|
||||||
package = pkgs.forgejo-actions-runner;
|
# package = pkgs.forgejo-actions-runner;
|
||||||
instances.default = {
|
# instances.default = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
name = "monolith";
|
# name = "monolith";
|
||||||
url = domain;
|
# url = domain;
|
||||||
tokenFile = config.age.secrets."runnerToken.age".path;
|
# tokenFile = config.age.secrets."runnerToken.age".path;
|
||||||
labels = ["native:host"];
|
# labels = ["native:host"];
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
caddy.virtualHosts."${domain}".extraConfig = "reverse_proxy unix/${socket}";
|
caddy.virtualHosts."${domain}".extraConfig = "reverse_proxy unix/${socket}";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue