MyNixOS website logo
option

services.tinc.networks.<name>.settings

Configuration of the Tinc daemon for this network.

See https://tinc-vpn.org/documentation-1.1/Main-configuration-variables.html for supported values.

Declarations
Type
attribute set of (boolean or string or signed integer or list of (boolean or string or signed integer))
Default
{ }
Example
{
  Interface = "custom.interface";
  DirectOnly = true;
  Mode = "switch";
}