From 09946b885a25305d1a167384e91ca83b297cd460 Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Fri, 30 May 2025 00:59:59 +0200 Subject: [PATCH] feat: quota journald logs --- hosts/game-luanti/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/game-luanti/default.nix b/hosts/game-luanti/default.nix index f5b0f39..c69c055 100644 --- a/hosts/game-luanti/default.nix +++ b/hosts/game-luanti/default.nix @@ -17,4 +17,10 @@ ../../certificates/id_ed25519_game-luanti.pub ]; }; + + services.journald.extraConfig = '' + Storage=persistent + SystemMaxUse=100M + SystemKeepFree=50M + ''; }