Emitter: Keep logs for 14 days

This commit is contained in:
fruchti 2025-12-23 17:38:05 +01:00
parent 3171db8a74
commit 8685c9ddc9

View file

@ -165,7 +165,8 @@
services.logrotate = { services.logrotate = {
enable = true; enable = true;
settings.nginx = { settings.nginx = {
rotate = 2; frequency = "daily";
rotate = 14;
}; };
}; };