MyNixOS website logo

An attribute set of chat networks.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  liberachat = {
    nick = "hmuser";
    server = {
      address = "irc.libera.chat";
      port = 6697;
      autoConnect = true;
    };
    channels = {
      nixos.autoJoin = true;
    };
  };
}