1
0

configuration/common: Limit journald log retention time

This commit is contained in:
2024-08-28 08:21:26 +02:00
parent e45e95f1ba
commit 8f398404d5
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{ ... }:
{
services.journald.extraConfig = ''
MaxRetentionSec=7days
'';
}