summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
Diffstat (limited to 'krebs')
-rw-r--r--krebs/2configs/news.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/krebs/2configs/news.nix b/krebs/2configs/news.nix
index a4384e00..9ea4cbf8 100644
--- a/krebs/2configs/news.nix
+++ b/krebs/2configs/news.nix
@@ -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";