automated garbage collection
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 0s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 1s
Apply Kuberentes Configs / notify-on-failure (push) Has been skipped

This commit is contained in:
2026-02-18 21:00:32 -07:00
parent b64dd151ff
commit f72966f229
2 changed files with 45 additions and 0 deletions

View File

@@ -54,6 +54,18 @@
users.groups.gitea-runner = { };
security.sudo.extraRules = [
{
users = [ "gitea-runner" ];
commands = [
{
command = "${pkgs.nix}/bin/nix-collect-garbage";
options = [ "NOPASSWD" ];
}
];
}
];
system.activationScripts.zfs-delegate-gitea-runner = {
text =
let