mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
8 lines
175 B
Nix
8 lines
175 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.journald.extraConfig = "SystemMaxUse=50M\nSystemMaxFiles=5";
|
|
services.journald.rateLimitBurst = 500;
|
|
services.journald.rateLimitInterval = "30s";
|
|
}
|