MyNixOS website logo
option

services.quake3-server.extraConfig

Extra configuration options. Note that options changed via RCON will not be persisted. To list all possible options, use "cvarlist 1" via RCON.

Declarations
Type
strings concatenated with "\n"
Default
""
Example
''
  seta rconPassword "superSecret"      // sets RCON password for remote console
  seta sv_hostname "My Quake 3 server"      // name that appears in server list
''