This commit is contained in:
Kopatz
2025-05-18 11:24:48 +02:00
parent 3f70d39d4f
commit 859e36ddbb
14 changed files with 94 additions and 137 deletions

3
modules/misc/logging.nix Normal file
View File

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