aboutsummaryrefslogtreecommitdiff
path: root/modules/games/default.nix
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/games/default.nix
parentadd langaugetool (diff)
add xonotic server
Diffstat (limited to '')
-rw-r--r--modules/games/default.nix8
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";
+ };
+ };
}