comment out actions runner

This commit is contained in:
Henry Hiles 2025-06-01 21:15:42 -04:00
parent f9dc1a94ef
commit 65efe96fc1
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -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}";
}; };