This commit is contained in:
soraefir
2026-05-14 20:31:14 +02:00
parent e19fe6a973
commit 4ccb941766

View File

@@ -2,8 +2,8 @@
imports = [ ./dbus ./fonts ./hw ./locale ./network ./nix ./security ./xdg ];
services.journald.extraConfig = ''
LineMax=4K
SystemMaxUse=10M
SystemMaxFileSize=1M
LineMax=64K
SystemMaxUse=256M
SystemMaxFileSize=128M
'';
}