WIP
This commit is contained in:
@@ -22,7 +22,7 @@ in
|
||||
|
||||
services.gitea-actions-runner = {
|
||||
package = pkgs.unstable.forgejo-runner;
|
||||
instances."${name}-linux" = {
|
||||
instances."linode-nixos" = {
|
||||
enable = true;
|
||||
url = baseUrl;
|
||||
tokenFile = ./git.ewanick.com/tokenFile;
|
||||
@@ -35,13 +35,12 @@ in
|
||||
gnused
|
||||
wget
|
||||
];
|
||||
name = "linode-nixos";
|
||||
labels = [
|
||||
"native:host"
|
||||
];
|
||||
};
|
||||
};
|
||||
systemd.services."gitea-runner-${name}-linux".serviceConfig.ReadWritePaths = "/var/www/example.com";
|
||||
systemd.services."gitea-runner-linode-nixos".serviceConfig.ReadWritePaths = "/var/www/example.com";
|
||||
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user