diff options
author | lassulus <lassulus@lassul.us> | 2022-01-09 01:34:38 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-01-09 01:34:38 +0100 |
commit | 3b8e4ecbb6ed69f592bbe0643d655e42d83f46c3 (patch) | |
tree | 94d4c765ac4463f753be90f46b09ca006b5213f8 | |
parent | 545b424ecbd69df2b507f827b26ee6e38f1648c3 (diff) |
krebs news: increase ergo nicklen limit
-rw-r--r-- | krebs/2configs/news.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/2configs/news.nix b/krebs/2configs/news.nix index 639cadb37..a4384e003 100644 --- a/krebs/2configs/news.nix +++ b/krebs/2configs/news.nix @@ -69,6 +69,7 @@ }; krebs.ergo.openFilesLimit = 16384; + krebs.ergo.config.limits.nicklen = 100; systemd.services.brockman.bindsTo = [ "ergo.service" ]; systemd.services.brockman.serviceConfig.LimitNOFILE = 16384; systemd.services.brockman.environment.BROCKMAN_LOG_LEVEL = "DEBUG"; |