From 4e9dcdaffbe3096d759d3200b65eff5e5c3ead31 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Tue, 23 Dec 2025 14:24:34 +0100 Subject: tweak(tente): disable delaycompress for nginx logrotate The git.push-f.com.access.log.1 from last week is 2G. --- nixos/hosts/tente/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix index 5eed4db..77d7cbe 100644 --- a/nixos/hosts/tente/default.nix +++ b/nixos/hosts/tente/default.nix @@ -146,6 +146,10 @@ in headscale.port = ports.headscale; matrix.port = ports.matrix; + services.logrotate.settings.nginx = { + delaycompress = false; + }; + # Backups git.backupRsyncDest = "${backupHost}:repos"; git.backupOnCalendar = "00:00"; -- cgit v1.3.1