blob: 97460189e66cb530898e05cc01692827e3d98229 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{ips, ...}: {
services.soju = {
adminSocket.enable = true;
enable = true;
listen = [
# "irc+insecure://${ips.ip_wg_homelab}:6667"
"irc+insecure://${ips.ip_local_homelab}:6667"
"http+prometheus://localhost:6668"
];
hostName = "skullheadx.com";
};
}
|