From 3ec22d6ef0455c2dd35365832b8126218117c71d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 1 Dec 2022 16:38:36 +0100 Subject: [PATCH] feat(journald): save space on journal --- configs/save-space.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/save-space.nix b/configs/save-space.nix index 028b778..27528d8 100644 --- a/configs/save-space.nix +++ b/configs/save-space.nix @@ -7,4 +7,5 @@ fonts.fontconfig.enable = false; nix.gc.automatic = true; nix.optimise.automatic = true; + services.journald.extraConfig = "SystemMaxUse=500M"; }