kabtop update runner

This commit is contained in:
2026-08-09 11:07:16 +02:00
parent 9b8eaaf30a
commit b04be8f514
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
snapshot_dir = "@snapshots";
timestamp_format = "long";
snapshot_preserve = "2m 2w 5d 5h";
snapshot_preserve = "1m 2w 5d 5h";
snapshot_preserve_min = "latest";
volume = {
+3 -5
View File
@@ -24,11 +24,9 @@
tokenFile = config.age.secrets."services/gitea/serverrunner-token".path;
labels = [
"server"
"debian-latest:docker://node:18-bullseye"
"ubuntu-latest:docker://node:16-bullseye"
"ubuntu-22.04:docker://node:16-bullseye"
"ubuntu-20.04:docker://node:16-bullseye"
"ubuntu-18.04:docker://node:16-buster"
"ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest"
"ubuntu-24.04:docker://docker.gitea.com/runner-images:ubuntu-24.04"
"ubuntu-22.04:docker://docker.gitea.com/runner-images:ubuntu-22.04"
"native:host"
];
hostPackages = with pkgs; [
Binary file not shown.