more stuff

This commit is contained in:
2026-01-27 22:46:17 -07:00
parent 565572c869
commit 13b2351075

View File

@@ -319,6 +319,11 @@
}; };
systemd.services.gitea-runner-infrastructure.environment = { systemd.services.gitea-runner-infrastructure.environment = {
RUNNER_SHELL = "${pkgs.bashNonInteractive}/bin/bash"; RUNNER_SHELL = "${pkgs.bashNonInteractive}/bin/bash";
PATH = lib.makeBinPath [
pkgs.bashNonInteractive
pkgs.coreutils
pkgs.git
];
}; };
systemd.services.gitea-runner-infrastructure.serviceConfig = { systemd.services.gitea-runner-infrastructure.serviceConfig = {
ReadWritePaths = [ ReadWritePaths = [