From de4c4f98c637e8d9e152b3feca7add005e257ea9 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sun, 14 Dec 2025 02:39:34 +0100 Subject: update catinator --- modules/catinator/default.nix | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'modules/catinator') 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 + ''; + }; } -- cgit v1.2.3