| 18 Mar 2026 |
hexa | systemd.services.hydra-prune-build-logs = {
description = "Clean up old build logs";
startAt = "weekly";
serviceConfig = {
User = "hydra-queue-runner";
Group = "hydra";
ExecStart = lib.concatStringsSep " " [
(lib.getExe pkgs.findutils)
"/var/lib/hydra/build-logs/"
"-ignore_readdir_race"
"-type"
"f"
"-mtime"
"+${toString (3 * 365)}" # days
"-delete"
];
};
};
| 21:17:19 |
hexa | imo nix itself needs to gc that | 21:17:26 |
hexa | * imo nix an hydra need a gc for that | 21:17:49 |
hexa | because nix just has it in /nix/var/log/nix instead | 21:18:10 |
hexa | * imo nix and hydra both need a gc for that | 21:18:19 |
| 19 Mar 2026 |
vcunat | We see lots of abortions from S3 uploads. Maybe this channel is also suitable, but I posted on https://matrix.to/#/!RROtHmAaQIkiJzJZZE:nixos.org/$94yUJZCsSKev_skNS2jOMGGOrrHUBch2FqYC9CAfPwY?via=nixos.org&via=matrix.org&via=nixos.dev | 08:13:14 |
| zmitchell joined the room. | 14:26:33 |