news: disable history, raise identlen limit
This commit is contained in:
parent
3b8e4ecbb6
commit
ecfc5df838
@ -69,7 +69,11 @@
|
||||
};
|
||||
|
||||
krebs.ergo.openFilesLimit = 16384;
|
||||
krebs.ergo.config.limits.nicklen = 100;
|
||||
krebs.ergo.config = {
|
||||
limits.nicklen = 100;
|
||||
limits.identlen = 100;
|
||||
history.enabled = false;
|
||||
};
|
||||
systemd.services.brockman.bindsTo = [ "ergo.service" ];
|
||||
systemd.services.brockman.serviceConfig.LimitNOFILE = 16384;
|
||||
systemd.services.brockman.environment.BROCKMAN_LOG_LEVEL = "DEBUG";
|
||||
|
Loading…
Reference in New Issue
Block a user