1
0
nixfiles/configuration/common/systemd.nix

10 lines
85 B
Nix

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