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/default.nix | 1 + modules/games/default.nix | 8 ++++++++ 2 files changed, 9 insertions(+) (limited to 'modules') diff --git a/modules/default.nix b/modules/default.nix index be1f57e..8bb0fe0 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -22,6 +22,7 @@ tlmp = import ./tlmp; homeassistant = import ./homeassistant; garage = import ./garage; + languagetool = import ./languagetool; palworld = import ./palworld; games = import ./games; 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