nixpkgs/nixos/modules/services/games
Chris Ostrouchov 58c89ec26a
nixos/mincraft-server: refactor
- allow for options to (added 2 options):
   - agree to eula (eula.txt) true/false will create symlink over
     existing eula.txt to `/nix/store/...`.
   - whitelist users (optional and will symlink over existing
     whitelist.json and create backup)
   - server.properties can be configured with the serverProperties
     option. If there is an existing server.properties it will
     copy it to a server.properties.old to keep the old
     one. server.properties MUST be writable thus symlinking is not
     an option.
  - all ports that are stated in `server.properties` are exposed
    properly in the firewall.

(infinisil) nixos/minecraft-server: Fix, refactor and polish

Adds an option `declarative` (defaulted to false), in order to stay
(mostly) backwards compatible. The only thing that's not backwards
compatible is that you now need to agree to the EULA on evaluation time,
but that's guarded by an assertion and therefore doesn't need a release
note.
2019-02-03 02:16:11 +01:00
..
factorio.nix nixos/factorio: add stateDir and requireUserVerification option 2017-11-23 13:50:19 +01:00
minecraft-server.nix nixos/mincraft-server: refactor 2019-02-03 02:16:11 +01:00
minetest-server.nix nixos/minetest fix: add missing uid/gid for minetest 2018-11-11 12:47:09 +01:00
terraria.nix nixos/terraria: Wait for daemon to stop 2018-08-20 21:41:29 +02:00