nix-cache01: re-add homelab label
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m15s
Periodic flake update / flake-update (push) Successful in 2m32s

This commit is contained in:
2025-08-27 23:00:47 +02:00
parent e5d799ef68
commit 3219b8da4b

View File

@@ -39,10 +39,14 @@
privileged = false;
};
};
labels = builtins.map (n: "${n}:docker://gitea/runner-images:${n}") [
labels =
builtins.map (n: "${n}:docker://gitea/runner-images:${n}") [
"ubuntu-latest"
"ubuntu-latest-slim"
"ubuntu-latest-full"
]
++ [
"homelab"
];
url = "https://git.t-juice.club";