feat: quota journald logs

This commit is contained in:
Ranomier 2025-05-30 00:59:59 +02:00
parent 022f6deec8
commit 09946b885a

View file

@ -17,4 +17,10 @@
../../certificates/id_ed25519_game-luanti.pub ../../certificates/id_ed25519_game-luanti.pub
]; ];
}; };
services.journald.extraConfig = ''
Storage=persistent
SystemMaxUse=100M
SystemKeepFree=50M
'';
} }