MyNixOS website logo
option

services.gns3-server.settings

The global options in config file in ini format.

Refer to https://docs.gns3.com/docs/using-gns3/administration/gns3-server-configuration-file/ for all available options.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  host = "127.0.0.1";
  port = 3080;
}