kabtop update runner
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
@@ -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.
Reference in New Issue
Block a user