feat: make soju listen on insecure irc

this is my home server anyway, this is not going on the pentagon
This commit is contained in:
Teesh 2026-02-01 22:52:18 +02:00
parent 23bee403f7
commit 2bb7ef34f9

View file

@ -3,5 +3,8 @@
{
flake.modules.nixos.server = {
services.soju.enable = true;
services.soju.listen = [
"irc+insecure://0.0.0.0:6667"
];
};
}