From 8c43dc1579c4017395d9d3b2bc4c2ee80bfa6e64 Mon Sep 17 00:00:00 2001 From: yomaq Date: Wed, 12 Feb 2025 20:34:21 -0600 Subject: [PATCH] update version --- hosts/smalt/smalt.nix | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/hosts/smalt/smalt.nix b/hosts/smalt/smalt.nix index 622b844..7efbf0c 100644 --- a/hosts/smalt/smalt.nix +++ b/hosts/smalt/smalt.nix @@ -52,12 +52,21 @@ physicalInterfaceName = "eno1"; }; docker.enable = true; - nixos-containers = { - tailscale-exitnode.enable = true; - }; pods = { - # tailscaled.exitnode.TSargs = "--advertise-exit-node"; - minecraftBedrock.minecrafthome.enable = true; + minecraftBedrock.minecrafthome = { + enable = true; + envVariables = { + "version" = "1.21.60.10"; + "EULA" = "TRUE"; + "gamemode" = "survival"; + "difficulty" = "hard"; + "allow-cheats" = "true"; + "max-players" = "10"; + "view-distance" = "50"; + "tick-distance" = "4"; + "TEXTUREPACK_REQUIRED" = "true"; + }; + }; factorio.factoriotwo.enable = true; factorio.factoriothree.enable = true; satisfactory.satisfactoryhome.enable = true;