Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yomaq committed Feb 13, 2025
1 parent e4c3fc5 commit 8c43dc1
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions hosts/smalt/smalt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8c43dc1

Please sign in to comment.