1
0

10 lines
85 B
Nix
Raw Normal View History

{ ... }:
{
services.journald.extraConfig = ''
MaxRetentionSec=7days
'';
}