services.znc.confOptions.networks

IRC networks to connect the user to.

Type
attribute set of (submodule)
Default
{ }
Example
{
  "libera" = {
    server = "irc.libera.chat";
    port = 6697;
    useSSL = true;
    modules = [ "simple_away" ];
  };
};
Declared
<nixpkgs/nixos/modules/services/networking/znc/options.nix>