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"; snapshot_dir = "@snapshots";
timestamp_format = "long"; timestamp_format = "long";
snapshot_preserve = "2m 2w 5d 5h"; snapshot_preserve = "1m 2w 5d 5h";
snapshot_preserve_min = "latest"; snapshot_preserve_min = "latest";
volume = { volume = {
+3 -5
View File
@@ -24,11 +24,9 @@
tokenFile = config.age.secrets."services/gitea/serverrunner-token".path; tokenFile = config.age.secrets."services/gitea/serverrunner-token".path;
labels = [ labels = [
"server" "server"
"debian-latest:docker://node:18-bullseye" "ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest"
"ubuntu-latest:docker://node:16-bullseye" "ubuntu-24.04:docker://docker.gitea.com/runner-images:ubuntu-24.04"
"ubuntu-22.04:docker://node:16-bullseye" "ubuntu-22.04:docker://docker.gitea.com/runner-images:ubuntu-22.04"
"ubuntu-20.04:docker://node:16-bullseye"
"ubuntu-18.04:docker://node:16-buster"
"native:host" "native:host"
]; ];
hostPackages = with pkgs; [ hostPackages = with pkgs; [
Binary file not shown.