This commit is contained in:
soraefir
2026-05-14 20:54:43 +02:00
parent 4e7a348461
commit 983c19eaa5
3 changed files with 7 additions and 18 deletions

View File

@@ -1,9 +1,9 @@
{ ... }: {
imports = [ ./dbus ./fonts ./hw ./locale ./network ./nix ./security ./xdg ];
services.journald.extraConfig = ''
LineMax=64K
SystemMaxUse=256M
SystemMaxFileSize=128M
'';
# services.journald.extraConfig = ''
# LineMax=128K
# SystemMaxUse=512M
# SystemMaxFileSize=128M
# '';
}