feat: added another minecraft world

This commit is contained in:
Nick 2025-11-26 22:48:59 -06:00
parent 6e0338dccb
commit 301ba9c6e5
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ in
openFirewall = true; openFirewall = true;
declarative = true; declarative = true;
serverProperties = { serverProperties = {
"rcon.password" = "/run/secrets/${world}"; "rcon.password" = "/etc/${serviceCfg.name}-secrets/${world}";
allow-flight = false; allow-flight = false;
allow-nether = true; allow-nether = true;
difficulty = 2; difficulty = 2;

View file

@ -25,7 +25,7 @@ in
openFirewall = true; openFirewall = true;
declarative = true; declarative = true;
serverProperties = { serverProperties = {
"rcon.password" = "/run/secrets/${world}"; "rcon.password" = "/etc/${serviceCfg.name}-secrets/${world}";
allow-flight = false; allow-flight = false;
allow-nether = true; allow-nether = true;
difficulty = 2; difficulty = 2;