aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2025-12-14 02:39:34 +0100
committerMax Audron <audron@cocaine.farm>2025-12-14 02:39:34 +0100
commitde4c4f98c637e8d9e152b3feca7add005e257ea9 (patch)
tree6e111d0ce8738a44e7624dc9ea16e7ad8fa91b24 /modules
parentadd cgit about-filter for adoc and md (diff)
update catinator
Diffstat (limited to 'modules')
-rw-r--r--modules/catinator/default.nix18
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
+ '';
+ };
}