10 lines
201 B
Nix
10 lines
201 B
Nix
{ ... }: {
|
|
imports = [ ./dbus ./fonts ./hw ./locale ./network ./nix ./security ./xdg ];
|
|
|
|
services.journald.extraConfig = ''
|
|
LineMax=64K
|
|
SystemMaxUse=256M
|
|
SystemMaxFileSize=128M
|
|
'';
|
|
}
|