services.quake3-server.extraConfig
NixOS option
Extra configuration options. Note that options changed via RCON will not be persisted. To list all possible options, use “cvarlist 1” via RCON.
type: strings concatenated with "\n"Default
""
Example
declared in: nixos/modules/services/games/quake3-server.nixView source on NixOS/nixpkgs →'' seta rconPassword "superSecret" // sets RCON password for remote console seta sv_hostname "My Quake 3 server" // name that appears in server list ''