better logs
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
{ ... }: {
|
{ ... }: {
|
||||||
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=128K
|
SystemMaxUse=512M
|
||||||
# SystemMaxUse=512M
|
SystemMaxFileSize=64M
|
||||||
# SystemMaxFileSize=128M
|
MaxRetentionSec=1month
|
||||||
# '';
|
RateLimitIntervalSec=30s
|
||||||
|
RateLimitBurst=10000
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user