fix gitea runner config not being applied
This commit is contained in:
parent
c90629aeb3
commit
21ce077144
1 changed files with 2 additions and 2 deletions
|
@ -44,10 +44,10 @@ in {
|
|||
labels = [
|
||||
"flakes-action:docker://git.cyplo.dev/cyplo/base-images/flakes-action:latest"
|
||||
"ubuntu-kinetic:docker://ubuntu:kinetic"
|
||||
"linux_amd64:host" # compat with github actions
|
||||
"linux_amd64:host"
|
||||
];
|
||||
};
|
||||
};
|
||||
environment.etc."gitea-actions-runner/config".text = builtins.readFile ./gitea-runner-config;
|
||||
systemd.services.gitea-runner-bolty1.serviceConfig.ExecStart = lib.mkForce "${package}/bin/act_runner -c /etc/gitea-actions-runner/config daemon";
|
||||
systemd.services.gitea-runner-boltyone.serviceConfig.ExecStart = lib.mkForce "${package}/bin/act_runner -c /etc/gitea-actions-runner/config daemon";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue