clear log files after 2 days

This commit is contained in:
cy 2024-12-29 01:10:11 -05:00
parent f6980cfa9c
commit ea73f7c1ae

View file

@ -31,4 +31,7 @@
# needed for zsh.enableCompletion to work # needed for zsh.enableCompletion to work
environment.pathsToLink = [ "/share/zsh" ]; environment.pathsToLink = [ "/share/zsh" ];
# see journald.conf(5)
services.journald.extraConfig = "MaxRetentionSec=2d";
} }