From 73580a5c093279c4bc54e252737a0cf70a91e1ef Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 29 Apr 2019 11:51:42 +0200 Subject: maximum journal size --- hel.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hel.nix b/hel.nix index b6592775..b0bec8b5 100644 --- a/hel.nix +++ b/hel.nix @@ -647,6 +647,10 @@ }; }; + services.journald.extraConfig = '' + SystemMaxUse=100M + ''; + system = { stateVersion = "16.09"; }; -- cgit v1.2.3