diff --git a/hosts/gatekeeper/configuration.nix b/hosts/gatekeeper/configuration.nix index 7e9b7f8..439d58f 100644 --- a/hosts/gatekeeper/configuration.nix +++ b/hosts/gatekeeper/configuration.nix @@ -123,6 +123,17 @@ host = "nonat.net.clerie.de"; port = 22; }; + # riese + tcpPorts."25566" = { + host = "minecraft-2.net.clerie.de"; + port = 25566; + }; + # chaos + tcpPorts."25568" = { + host = "minecraft-2.net.clerie.de"; + port = 25568; + }; + # aerilon tcpPorts."25569" = { host = "minecraft-2.net.clerie.de"; port = 25565;