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:
parent
23bee403f7
commit
2bb7ef34f9
1 changed files with 3 additions and 0 deletions
|
|
@ -3,5 +3,8 @@
|
|||
{
|
||||
flake.modules.nixos.server = {
|
||||
services.soju.enable = true;
|
||||
services.soju.listen = [
|
||||
"irc+insecure://0.0.0.0:6667"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue