diff options
| author | Max Audron <audron@cocaine.farm> | 2024-02-19 16:37:33 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2024-02-19 16:37:53 +0100 |
| commit | b93634ea360d55efeb1a6a802f9747d844777da6 (patch) | |
| tree | dd706d7bb15c0c89dd2c0a963a8f4ca5128d224c /modules/games/default.nix | |
| parent | add langaugetool (diff) | |
add xonotic server
Diffstat (limited to '')
| -rw-r--r-- | modules/games/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/games/default.nix b/modules/games/default.nix index 61250cb..4d701f9 100644 --- a/modules/games/default.nix +++ b/modules/games/default.nix @@ -11,4 +11,12 @@ game-name = "cocaine.farm"; bind = "178.63.224.10"; }; + + services.xonotic = { + enable = true; + settings = { + net_address = "178.63.224.10"; + hostname = "cocaine.farm xonotic $g_xonoticversion"; + }; + }; } |
