MyNixOS website logo
option

services.znc.confOptions.networks

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" ];
  };
};