Testing some kernel and systemd config changes
This commit is contained in:
7
system/hardware/systemd.nix
Normal file
7
system/hardware/systemd.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.journald.extraConfig = "SystemMaxUse=250M\nSystemMaxFiles=10";
|
||||
services.journald.rateLimitBurst = 800;
|
||||
services.journald.rateLimitInterval = "5s";
|
||||
}
|
Reference in New Issue
Block a user