1
1
This commit is contained in:
2026-01-03 00:24:19 -05:00
parent 2a7b92cd32
commit edf77f0c51

View File

@@ -20,8 +20,9 @@ in
};
};
services.gitea-actions-runner.instances = {
"first-runner" = {
services.gitea-actions-runner = {
package = pkgs.unstable.forgejo-runner;
instances."${name}-linux" = {
enable = true;
url = baseUrl;
tokenFile = ./git.ewanick.com/tokenFile;
@@ -40,6 +41,7 @@ in
];
};
};
systemd.services."gitea-runner-${name}-linux".serviceConfig.ReadWritePaths = "/var/www/example.com";
services.caddy = {
enable = true;