mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Testing some kernel and systemd config changes
This commit is contained in:
parent
c82069045e
commit
0b2241d439
6 changed files with 25 additions and 13 deletions
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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue