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 ]; imports = [ ./dbus ./fonts ./hw ./locale ./network ./nix ./security ./xdg ];
services.journald.extraConfig = '' services.journald.extraConfig = ''
LineMax=4K LineMax=64K
SystemMaxUse=10M SystemMaxUse=256M
SystemMaxFileSize=1M SystemMaxFileSize=128M
''; '';
} }