aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2024-02-19 16:37:33 +0100
committerMax Audron <audron@cocaine.farm>2024-02-19 16:37:53 +0100
commitb93634ea360d55efeb1a6a802f9747d844777da6 (patch)
treedd706d7bb15c0c89dd2c0a963a8f4ca5128d224c /modules
parentadd langaugetool (diff)
add xonotic server
Diffstat (limited to 'modules')
-rw-r--r--modules/default.nix1
-rw-r--r--modules/games/default.nix8
2 files changed, 9 insertions, 0 deletions
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";
+ };
+ };
}