Testing some kernel and systemd config changes

This commit is contained in:
Emmet 2023-11-12 10:10:37 -06:00
parent c82069045e
commit 0b2241d439
6 changed files with 25 additions and 13 deletions

View file

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
services.journald.extraConfig = "SystemMaxUse=250M\nSystemMaxFiles=10";
services.journald.rateLimitBurst = 800;
services.journald.rateLimitInterval = "5s";
}