fix: set maximum log retention to 100 days

This commit is contained in:
Tim Schubert 2025-05-17 13:43:46 +02:00
parent 0d892a1b7e
commit cb69d8edb0
No known key found for this signature in database

View file

@ -20,6 +20,7 @@ with lib; {
services.journald.extraConfig = '' services.journald.extraConfig = ''
SystemKeepFree = 2G SystemKeepFree = 2G
MaxRetentionSec = 100days
''; '';
system.autoUpgrade = { system.autoUpgrade = {