mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-30 19:30:40 +02:00
chore: systemd-journal - reduce disk usage
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
# systemd-journal - reduce disk usage
|
||||||
|
# https://www.freedesktop.org/software/systemd/man/latest/journald.conf.html
|
||||||
|
services.journald.extraConfig = ''
|
||||||
|
SystemMaxUse=2G
|
||||||
|
RuntimeMaxUse=256M
|
||||||
|
'';
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user