set max logging size

This commit is contained in:
Kopatz
2023-12-11 12:12:28 +01:00
parent 3350174e8a
commit 47485c2775
2 changed files with 4 additions and 0 deletions

3
modules/logging.nix Normal file
View File

@@ -0,0 +1,3 @@
{
services.journald.extraConfig = "SystemMaxUse=4G";
}