mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
soju
This commit is contained in:
parent
1513ac9a48
commit
81533cf0d4
1 changed files with 5 additions and 2 deletions
|
|
@ -10,8 +10,11 @@
|
|||
services.soju = {
|
||||
|
||||
enable = true;
|
||||
hostName = "0.0.0.0";
|
||||
listen = [ "irc+insecure://0.0.0.0:6667" ];
|
||||
hostName = "orac";
|
||||
listen = [
|
||||
"irc+insecure://0.0.0.0:6667"
|
||||
"http://0.0.0.0:6657"
|
||||
];
|
||||
enableMessageLogging = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue