Update configuration.nix
deploy config / Explore-Gitea-Actions (push) Failing after 2s Details

This commit is contained in:
Tom 2024-08-11 23:38:28 +02:00
parent 51e8c80712
commit 6d217fb088
1 changed files with 3 additions and 0 deletions

View File

@ -134,6 +134,9 @@
services = { services = {
"gitea-actions-runner" = { "gitea-actions-runner" = {
enable = true; enable = true;
environment = {
"PATH=/home/someUser/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin";
};
serviceConfig = { serviceConfig = {
ExecStart = "/root/runner/act_runner daemon"; ExecStart = "/root/runner/act_runner daemon";
ExecReload = "/bin/kill -s HUP $MAINPID"; ExecReload = "/bin/kill -s HUP $MAINPID";