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