MyNixOS website logo
option

services.shout.config

Shout config.js contents as attribute set (will be converted to JSON to generate the configuration file).

The options defined here will be merged to the default configuration file.

Documentation: http://shout-irc.com/docs/server/configuration.html.

Declarations
Type
attribute set
Default
{ }
Example
{
  defaults = {
    host = "localhost";
    name = "Your Network";
    port = 6697;
  };
  displayNetwork = false;
}