add pull=newer and disable autoRemoveOnStop for delugeVPN

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2025-06-01 18:22:01 -04:00
parent f2551ca4df
commit 0df73370bb
5 changed files with 11 additions and 0 deletions

View File

@ -12,6 +12,7 @@ in
virtualisation.oci-containers.containers = {
act-stable-latest-main = {
image = "gitea/act_runner:latest";
pull = "newer";
extraOptions = [
"--stop-signal=SIGINT"
];
@ -35,6 +36,7 @@ in
act-stable-latest-1 = {
image = "gitea/act_runner:latest";
pull = "newer";
extraOptions = [
"--stop-signal=SIGINT"
];
@ -57,6 +59,7 @@ in
act-stable-latest-2 = {
image = "gitea/act_runner:latest";
pull = "newer";
extraOptions = [
"--stop-signal=SIGINT"
];