summary refs log tree commit diff
path: root/nixos/modules/services/games
Commit message (Collapse)AuthorAge
* factorio: remove autosave-interval from command-line optionsShaun Sharples2017-01-25
|
* factorio: settings moved from command-line options to server-settings.jsonShaun Sharples2017-01-25
|
* terraria service: fixup worldPath option typeJoachim Fasting2016-12-13
| | | | Otherwise, using the defaults results in a type error.
* terraria service: fix tmux outputJoachim Fasting2016-12-13
| | | | | | tmux.bin was removed in 5535d9439415454abe00589bd7575b61e7fbb8db Use `lib.getBin` to be more robust to future changes.
* ghost-one module: use enumEric Sagnes2016-11-04
|
* Merge pull request #17479 from elitak/factorioRok Garbas2016-08-07
|\ | | | | Factorio: 0.13.8 -> 0.13.13, mod support
| * factorio: rudimentary mod support for factorio's nixos moduleEric Litak2016-08-03
| |
* | Add Terraria server service (#16832)Paul Hendry2016-08-07
|/
* factorio: 0.12.35 -> 0.13.8Eric Litak2016-07-12
|
* minetest-server module: fix executable pathRicardo Ardissone2016-05-15
|
* factorio: module fixesEric Litak2016-05-05
|
* factorio: headless server moduleEric Litak2016-04-14
|
* jobs -> systemd.servicesRobin Gloster2016-01-07
|
* allow changing minecraft data dir + allow opening firewallOliver Matthews2015-04-07
|
* Adds minetest server serviceRichard Zetterberg2015-04-04
|
* Fix some uid/gid attributes to match the actual user/group nameEelco Dolstra2014-04-29
|
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* nixos: add minecraft-server serviceAustin Seipp2014-03-29
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Strictly check the arguments to mkOptionEelco Dolstra2013-10-30
| | | | And fix various instances of bad arguments.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10