revert dind rootless

This commit is contained in:
ahuston-0 2025-03-25 23:41:15 -04:00
parent 3d97fc743c
commit bc710058da
No known key found for this signature in database
GPG Key ID: 47940175096C1330

@ -11,7 +11,7 @@ in
{
virtualisation.oci-containers.containers = {
act-stable-latest-main = {
image = "gitea/act_runner:latest-dind-rootless";
image = "gitea/act_runner:latest";
extraOptions = [
"--stop-signal=SIGINT"
];
@ -35,7 +35,7 @@ in
};
act-stable-latest-1 = {
image = "gitea/act_runner:latest-dind-rootless";
image = "gitea/act_runner:latest";
extraOptions = [
"--stop-signal=SIGINT"
];
@ -58,7 +58,7 @@ in
};
act-stable-latest-2 = {
image = "gitea/act_runner:latest-dind-rootless";
image = "gitea/act_runner:latest";
extraOptions = [
"--stop-signal=SIGINT"
];