From 9c78253c6c753e7ebc492d682907097505c6075b Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 19 Sep 2024 21:50:05 -0700 Subject: role: minecraft: create zenithproxy skeleton --- hosts/copenhagen/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hosts') diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix index 513c72b..f66a1a9 100644 --- a/hosts/copenhagen/configuration.nix +++ b/hosts/copenhagen/configuration.nix @@ -64,12 +64,18 @@ roles = { minecraft = { enable = true; + servers = { stargazers = { enable = true; port = 25566; }; }; + + zenith = { + enable = true; + port = 25569; + }; }; web = { images.enable = true; -- cgit v1.2.3