mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 05:12:56 +00:00
11 lines
169 B
Nix
11 lines
169 B
Nix
{ ... }: {
|
|
|
|
# How long to keep journalctl entries
|
|
services.journald.extraConfig = ''
|
|
SystemMaxUse=100M
|
|
MaxFileSec=1month
|
|
MaxRetentionSec=2month
|
|
'';
|
|
|
|
}
|