From 9d9d84699bc1bce6aac253cb70e97c100d1e4c84 Mon Sep 17 00:00:00 2001 From: tdback Date: Thu, 23 Jan 2025 21:22:42 -0500 Subject: Retired modules have migrated to separate repo --- modules/retired/xonotic/default.nix | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 modules/retired/xonotic/default.nix (limited to 'modules/retired/xonotic/default.nix') diff --git a/modules/retired/xonotic/default.nix b/modules/retired/xonotic/default.nix deleted file mode 100644 index 7ae5442..0000000 --- a/modules/retired/xonotic/default.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ pkgs, ... }: -{ - services.xonotic = { - enable = true; - package = pkgs.xonotic-dedicated; - openFirewall = true; - settings = { - hostname = "tdback's Xonotic Server"; - net_address = "0.0.0.0"; - port = 26000; - sv_motd = "GLHF! Please report any issues to @tdback on irc.libera.chat"; - - # Specify bots and player count. - maxplayers = 8; - minplayers = 4; - minplayers_per_team = 2; - - # Configure mutators. - g_instagib = 0; - g_grappling_hook = 1; - g_jetpack = 0; - g_vampire = 0; - }; - }; -} -- cgit v1.2.3