diff --git a/configuration.nix b/configuration.nix index 015d296..868a4fa 100644 --- a/configuration.nix +++ b/configuration.nix @@ -91,8 +91,8 @@ with pkgs; ]; }; - # Keep logs for a week - services.journald.extraConfig = "MaxRetentionSec=1week"; + # Keep logs for a month + services.journald.extraConfig = "MaxRetentionSec=4week"; # Increase inotify limits and maximum buffer size boot.kernel.sysctl = {