aboutsummaryrefslogtreecommitdiff
path: root/systems/x86_64-linux
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2026-01-25 23:05:35 -0800
committerCaroline Larimore <caroline@larimo.re>2026-01-25 23:08:17 -0800
commitd72905baa2cadd677c8fcdf32b1a6eb9b728c770 (patch)
tree97624aea93a429d0f24c5e5c1738842cf68c4871 /systems/x86_64-linux
parent96afece8b78b1b98584e528b74e37d85b47957bb (diff)
minecraft: tower smp
Diffstat (limited to 'systems/x86_64-linux')
-rw-r--r--systems/x86_64-linux/copenhagen/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/systems/x86_64-linux/copenhagen/default.nix b/systems/x86_64-linux/copenhagen/default.nix
index 20ecfa3..1c7b552 100644
--- a/systems/x86_64-linux/copenhagen/default.nix
+++ b/systems/x86_64-linux/copenhagen/default.nix
@@ -37,6 +37,11 @@ with lib; with lib.${namespace}; {
port = 25565;
};
+ tower = {
+ enable = true;
+ port = 25567;
+ };
+
stargazers = {
enable = true;
port = 25566;