MyNixOS website logo
option

services.easytier.instances.<name>.configServer

Configure the instance from config server. When this option set, any other settings for configuring the instance manually except hostname will be ignored. Valid formats are:

  • full uri for custom server: udp://example.com:22020/<token>
  • username only for official server: <token>
Declarations
Type
null or string
Default
null
Example
"udp://example.com:22020/myusername"