services.gns3-server.settings

NixOS option

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.

type: open submodule of 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;
}
declared in: nixos/modules/services/networking/gns3-server.nixView source on NixOS/nixpkgs →