diff options
Diffstat (limited to 'hosts/ganymede/minecraft.nix')
| -rw-r--r-- | hosts/ganymede/minecraft.nix | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/hosts/ganymede/minecraft.nix b/hosts/ganymede/minecraft.nix deleted file mode 100644 index c244868..0000000 --- a/hosts/ganymede/minecraft.nix +++ /dev/null @@ -1,22 +0,0 @@ -{config, ...}: { - networking.firewall.allowedUDPPorts = [19132]; - virtualisation.oci-containers.backend = "docker"; - - virtualisation.oci-containers.containers."Minecraft" = { - environment = { - EULA = "TRUE"; - EMIT_SERVER_TELEMETRY = "true"; - - SERVER_NAME = "YServer"; - TZ = config.time.timeZone; - VERSION = "1.21.131.1"; - CONTENT_LOG_FILE_ENABLED = "false"; - - ALLOW_CHEATS = "false"; - DIFFICULTY = "1"; - }; - image = "itzg/minecraft-bedrock-server"; - ports = ["0.0.0.0:19132:19132/udp"]; - volumes = ["/var/lib/minecraft/:/data"]; - }; -} |
