This commit is contained in:
2026-01-27 21:28:55 -07:00
parent 776e3dcc3b
commit e35c43027a

View File

@@ -290,7 +290,6 @@
services.gitea-actions-runner = {
instances.infrastructure = {
enable = true;
name = "infrastructure-runner";
url = "https://gitea.example.com";
tokenFile = "/data/runner/gitea-infrastructure-token.txt";
@@ -298,9 +297,9 @@
"home-server"
"ubuntu-latest:docker://catthehacker/ubuntu:act-latest"
];
hostPackages = with pkgs; [
docker
git
git-secret
zfs
sanoid
@@ -313,6 +312,8 @@
};
systemd.services.gitea-runner-infrastructure.serviceConfig = {
User = "github";
Group = "users";
ReadWritePaths = [
"/data/cloudflare/"
"/data/runner/infrastructure"