From 0818d87a89c839a330bc2afcd33fd243a066fd40 Mon Sep 17 00:00:00 2001 From: inexcode Date: Thu, 25 Aug 2022 21:50:11 +0400 Subject: [PATCH] Add journald limit of 500M --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 889e0eb..d754409 100644 --- a/configuration.nix +++ b/configuration.nix @@ -76,6 +76,7 @@ in options = "--delete-older-than 7d"; }; }; + services.journald.extraConfig = "SystemMaxUse=500M"; boot.kernel.sysctl = { "net.ipv4.ip_forward" = 1; };