diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-05 13:15:59 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-05 14:06:38 -0600 |
| commit | c91c4042d707289c4e392d46e18bea4b8e0fade2 (patch) | |
| tree | 5d4384ea70deed796912d3f42f8e1d022acdb485 /hosts/ganymede/minecraft.nix | |
| parent | 757a4d31d1e67647558e5b04700cf0079834f005 (diff) | |
agate and minecraft
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"]; - }; -} |
