+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
+111
nixos/modules/services/games/quake3-server.nix
+111
nixos/modules/services/games/quake3-server.nix
···+Alternatively you can set services.quake3-server.baseq3 to a path and copy the baseq3 directory into+Extra configuration options. Note that options changed via RCON will not be persisted. To list all possible+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+# It is possible to alter configuration files via RCON. To ensure reproducibility we have to prevent this+ExecStartPre = optionalString (!baseq3InStore) "+${pkgs.coreutils}/bin/cp ${configFile} ${cfg.baseq3}/.q3a/baseq3/nix.cfg";