diff options
| author | Max Audron <audron@cocaine.farm> | 2025-12-14 02:39:34 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-12-14 02:39:34 +0100 |
| commit | de4c4f98c637e8d9e152b3feca7add005e257ea9 (patch) | |
| tree | 6e111d0ce8738a44e7624dc9ea16e7ad8fa91b24 /modules | |
| parent | add cgit about-filter for adoc and md (diff) | |
update catinator
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/catinator/default.nix | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/modules/catinator/default.nix b/modules/catinator/default.nix index dc58f7b..1a2fc88 100644 --- a/modules/catinator/default.nix +++ b/modules/catinator/default.nix @@ -16,13 +16,27 @@ settings = { release = { user = { + username = "catinator/irc.snoonet.org"; nickname = "\\__{^-_-^}"; }; server = { - hostname = "irc.snoonet.org"; - channels = ["#redoxmasterrace" "#linuxmasterrace" "#neolag"]; + hostname = "10.10.0.1"; + port = 6667; + channels = ["#redoxmasterrace" "#linuxmasterrace" "#gnulag"]; + tls = false; + sasl = false; }; }; }; }; + + services.soju = { + enable = true; + listen = [ "irc+insecure://10.10.0.1:6667" ]; + hostName = "soju.vapor.systems"; + enableMessageLogging = false; + extraConfig = '' + message-store memory + ''; + }; } |
