feat: added another minecraft world

This commit is contained in:
Nick 2025-11-26 22:40:57 -06:00
parent 710bc42aef
commit 6e0338dccb

View file

@ -5,7 +5,7 @@
let let
inherit (flake.config.people) user0; inherit (flake.config.people) user0;
inherit (flake.config.services) instances; inherit (flake.config.services) instances;
serviceCfg = instances.minecraft0; serviceCfg = instances.minecraft1;
hostCfg = instances.web; hostCfg = instances.web;
world = "world1"; world = "world1";
in in