WIP
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user