IRC networks to connect the user to.
Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
"libera" = {
server = "irc.libera.chat";
port = 6697;
useSSL = true;
modules = [ "simple_away" ];
};
};
IRC networks to connect the user to.
attribute set of (submodule)
{ }
{
"libera" = {
server = "irc.libera.chat";
port = 6697;
useSSL = true;
modules = [ "simple_away" ];
};
};