From 3a7e23569a6fd379e49e3ffb2a3b95a79d91e606 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 15 Jan 2025 20:56:34 +0000 Subject: [PATCH] feat: add dns allocation for anime&manga minecraft server --- applications/games/minecraft.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/applications/games/minecraft.nix b/applications/games/minecraft.nix index b294698..9dce4bb 100644 --- a/applications/games/minecraft.nix +++ b/applications/games/minecraft.nix @@ -45,6 +45,10 @@ address = "minecraft.phildeb"; port = "25522"; } + { + address = "minecraft.anime"; + port = "25523"; + } ]; in { imports = [