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