services.quake3-server.baseq3

NixOS option

Path to the baseq3 files (pak*.pk3). If this is on the nix store (type = package) all .pk3 files should be saved in the top-level directory. If this is on another filesystem (e.g /var/lib/baseq3) the .pk3 files are searched in $baseq3/.q3a/baseq3/

type: package or absolute path
Default
<rendered-html><p>Manually downloaded Quake 3 installation directory.</p>
</rendered-html>
Example
"/var/lib/q3ds"
declared in: nixos/modules/services/games/quake3-server.nixView source on NixOS/nixpkgs →