From b93634ea360d55efeb1a6a802f9747d844777da6 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Mon, 19 Feb 2024 16:37:33 +0100 Subject: add xonotic server --- modules/games/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/games/default.nix') 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"; + }; + }; } -- cgit v1.2.3