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 + ''; }