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 = {
|
||||
package = pkgs.forgejo-actions-runner;
|
||||
instances.default = {
|
||||
enable = true;
|
||||
name = "monolith";
|
||||
url = domain;
|
||||
tokenFile = config.age.secrets."runnerToken.age".path;
|
||||
labels = ["native:host"];
|
||||
};
|
||||
};
|
||||
# gitea-actions-runner = {
|
||||
# package = pkgs.forgejo-actions-runner;
|
||||
# instances.default = {
|
||||
# enable = true;
|
||||
# name = "monolith";
|
||||
# url = domain;
|
||||
# tokenFile = config.age.secrets."runnerToken.age".path;
|
||||
# labels = ["native:host"];
|
||||
# };
|
||||
# };
|
||||
|
||||
caddy.virtualHosts."${domain}".extraConfig = "reverse_proxy unix/${socket}";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue