Merge pull request 'ci: move /tmp from host' (#29) from cpu-fix into main
All checks were successful
build / test (push) Successful in 5s

Reviewed-on: #29
This commit is contained in:
Mic92 2023-07-21 08:55:51 +00:00
commit 7a2bedc3f7

View File

@ -14,7 +14,7 @@ let
''; '';
in in
{ {
# everything here has dependencies on the store # everything here has no dependencies on the store
systemd.services.gitea-runner-nix-image = { systemd.services.gitea-runner-nix-image = {
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
after = [ "podman.service" ]; after = [ "podman.service" ];