fix: set maximum log retention to 100 days
This commit is contained in:
parent
0d892a1b7e
commit
cb69d8edb0
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ with lib; {
|
||||||
|
|
||||||
services.journald.extraConfig = ''
|
services.journald.extraConfig = ''
|
||||||
SystemKeepFree = 2G
|
SystemKeepFree = 2G
|
||||||
|
MaxRetentionSec = 100days
|
||||||
'';
|
'';
|
||||||
|
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue